public static class PofExtractor.Extractors.Literal extends java.lang.Object implements PofExtractor.Extractors
PofExtractor.Extractors annotation.| Modifier and Type | Class and Description |
|---|---|
static interface |
io.micronaut.coherence.annotation.AnnotationLiteral.NoType |
PofExtractor.Extractors.Literal| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<? extends java.lang.annotation.Annotation> |
annotationType()
Method returns the type of the annotation literal.
|
boolean |
equals(java.lang.Object o) |
int |
hashCode() |
static PofExtractor.Extractors.Literal |
of(PofExtractor... aExtractors)
Create an
PofExtractor.Extractors.Literal. |
PofExtractor[] |
value()
The extractor annotations contained in this annotation.
|
public static PofExtractor.Extractors.Literal of(PofExtractor... aExtractors)
PofExtractor.Extractors.Literal.aExtractors - the extractorsPofExtractor.Extractors.Literal containing the specified
extractorspublic PofExtractor[] value()
public boolean equals(java.lang.Object o)
equals in interface java.lang.annotation.Annotationpublic int hashCode()
hashCode in interface java.lang.annotation.Annotationpublic java.lang.Class<? extends java.lang.annotation.Annotation> annotationType()
annotationType in interface java.lang.annotation.Annotation