public class FallbackAntn extends MethodAntn implements org.eclipse.microprofile.faulttolerance.Fallback
| Constructor and Description |
|---|
FallbackAntn(Class<?> beanClass,
Method method)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
fallbackMethod() |
void |
validate()
Validate the annotation on this method.
|
Class<? extends org.eclipse.microprofile.faulttolerance.FallbackHandler<?>> |
value() |
annotationType, getParamOverride, lookupAnnotationclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitannotationType, equals, hashCode, toStringpublic void validate()
MethodAntnvalidate in class MethodAntnpublic Class<? extends org.eclipse.microprofile.faulttolerance.FallbackHandler<?>> value()
public String fallbackMethod()
Copyright © 2018–2019 Oracle Corporation. All rights reserved.