Package com.oracle.coherence.cdi
Class PofExtractor.Extractors.Literal
- java.lang.Object
-
- com.oracle.coherence.cdi.AnnotationLiteral<PofExtractor.Extractors>
-
- com.oracle.coherence.cdi.PofExtractor.Extractors.Literal
-
- All Implemented Interfaces:
Annotation
- Enclosing class:
- PofExtractor.Extractors
public static class PofExtractor.Extractors.Literal extends AnnotationLiteral<PofExtractor.Extractors> implements PofExtractor.Extractors
An annotation literal for thePofExtractor.Extractors
annotation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.PofExtractor.Extractors
PofExtractor.Extractors.Literal
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PofExtractor.Extractors.Literal
of(PofExtractor... aExtractors)
Create anPofExtractor.Extractors.Literal
.PofExtractor[]
value()
The extractor annotations contained in this annotation.-
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
-
-
-
-
Method Detail
-
of
public static PofExtractor.Extractors.Literal of(PofExtractor... aExtractors)
Create anPofExtractor.Extractors.Literal
.- Parameters:
aExtractors
- the extractors- Returns:
- an
PofExtractor.Extractors.Literal
containing the specified extractors
-
value
public PofExtractor[] value()
The extractor annotations contained in this annotation.- Returns:
- the extractor annotations contained in this annotation
-
-