Package io.smallrye.faulttolerance.autoconfig
package io.smallrye.faulttolerance.autoconfig
-
ClassDescriptionIf an interface that extends a fault tolerance annotation type, extends the
Configinterface (orConfigDeclarativeOnly), includes adefaultimplementation of theConfig.validate()method is annotated@AutoConfig, an implementation will be generated automatically.Specialization ofConfigthat should be used when the given annotation can only be configured in the declarative, annotation-based API.Created in the CDI extension to capture effective annotations for each method that needs fault tolerance.