Class LiteralCommandBinding
- java.lang.Object
-
- javax.enterprise.util.AnnotationLiteral<CommandBinding>
-
- io.helidon.microprofile.faulttolerance.LiteralCommandBinding
-
- All Implemented Interfaces:
Annotation
public class LiteralCommandBinding extends AnnotationLiteral<CommandBinding> implements CommandBinding
Class LiteralCommandBinding.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LiteralCommandBinding()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static CommandBinding
getInstance()
-
Methods inherited from class javax.enterprise.util.AnnotationLiteral
annotationType, equals, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-
-
-
Method Detail
-
getInstance
public static CommandBinding getInstance()
-
-