Package com.oracle.coherence.cdi.events
Class Destroyed.Literal
- java.lang.Object
-
- com.oracle.coherence.cdi.AnnotationLiteral<Destroyed>
-
- com.oracle.coherence.cdi.events.Destroyed.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- Destroyed
public static class Destroyed.Literal extends AnnotationLiteral<Destroyed> implements Destroyed
An annotation literal for theDestroyed
annotation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.events.Destroyed
Destroyed.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static Destroyed.Literal
INSTANCE
-
Constructor Summary
Constructors Constructor Description Literal()
-
Method Summary
-
Methods inherited from class com.oracle.coherence.cdi.AnnotationLiteral
annotationType, equals, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.lang.annotation.Annotation
annotationType, equals, hashCode, toString
-
-
-
-
Field Detail
-
INSTANCE
public static final Destroyed.Literal INSTANCE
-
-