Annotation Type AutoConfig
If an interface that
- extends a fault tolerance annotation type,
- extends the
Configinterface, - includes a
defaultimplementation of theConfig.validate()method
@AutoConfig, an implementation will be generated automatically.
The implementation will have a public static factory method called create
that accepts FaultToleranceMethod.-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionbooleanWhether the annotation values can be overridden by MP Config.
-
Element Details
-
configurable
boolean configurableWhether the annotation values can be overridden by MP Config. Usuallytrue, but there may be annotations for which that is not desirable.- Default:
true
-