Uses of Class
org.wildfly.extension.microprofile.faulttolerance.deployment.MicroProfileFaultToleranceAnnotation
-
Packages that use MicroProfileFaultToleranceAnnotation Package Description org.wildfly.extension.microprofile.faulttolerance.deployment -
-
Uses of MicroProfileFaultToleranceAnnotation in org.wildfly.extension.microprofile.faulttolerance.deployment
Methods in org.wildfly.extension.microprofile.faulttolerance.deployment that return MicroProfileFaultToleranceAnnotation Modifier and Type Method Description static MicroProfileFaultToleranceAnnotationMicroProfileFaultToleranceAnnotation. valueOf(String name)Returns the enum constant of this type with the specified name.static MicroProfileFaultToleranceAnnotation[]MicroProfileFaultToleranceAnnotation. values()Returns an array containing the constants of this enum type, in the order they are declared.
-