Annotation Type AutoConfig
-
@Retention(SOURCE) @Target(TYPE) public @interface 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 apublic staticfactory method calledcreatethat acceptsFaultToleranceMethod.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanconfigurableWhether the annotation values can be overridden by MP Config.
-