Class FallbackAntn
- java.lang.Object
-
- io.helidon.microprofile.faulttolerance.MethodAntn
-
- io.helidon.microprofile.faulttolerance.FallbackAntn
-
- All Implemented Interfaces:
Annotation
public class FallbackAntn extends MethodAntn implements org.eclipse.microprofile.faulttolerance.Fallback
Class FallbackAntn.
-
-
Constructor Summary
Constructors Constructor Description FallbackAntn(Class<?> beanClass, Method method)Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringfallbackMethod()voidvalidate()Validate the annotation on this method.Class<? extends org.eclipse.microprofile.faulttolerance.FallbackHandler<?>>value()-
Methods inherited from class io.helidon.microprofile.faulttolerance.MethodAntn
annotationType, getParamOverride, lookupAnnotation
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-
-
-
Method Detail
-
validate
public void validate()
Description copied from class:MethodAntnValidate the annotation on this method.- Specified by:
validatein classMethodAntn
-
value
public Class<? extends org.eclipse.microprofile.faulttolerance.FallbackHandler<?>> value()
-
fallbackMethod
public String fallbackMethod()
-
-