Package com.oracle.coherence.cdi.events
Class Disposing.Literal
- java.lang.Object
-
- com.oracle.coherence.cdi.AnnotationLiteral<Disposing>
-
- com.oracle.coherence.cdi.events.Disposing.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- Disposing
public static class Disposing.Literal extends AnnotationLiteral<Disposing> implements Disposing
An annotation literal for theDisposing
annotation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.events.Disposing
Disposing.Literal
-
-
Field Summary
Fields Modifier and Type Field Description static Disposing.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 Disposing.Literal INSTANCE
-
-