Package io.smallrye.faulttolerance.autoconfig


package io.smallrye.faulttolerance.autoconfig
  • Class
    Description
    If an interface that extends a fault tolerance annotation type, extends the Config interface, includes a default implementation of the Config.validate() method is annotated @AutoConfig, an implementation will be generated automatically.
     
    Created in the CDI extension to capture effective annotations for each method that needs fault tolerance.