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