Package com.oracle.coherence.cdi
Class PropertyExtractor.Literal
java.lang.Object
com.oracle.coherence.cdi.AnnotationLiteral<PropertyExtractor>
com.oracle.coherence.cdi.PropertyExtractor.Literal
- All Implemented Interfaces:
 Annotation
- Enclosing class:
 PropertyExtractor
public static class PropertyExtractor.Literal
extends AnnotationLiteral<PropertyExtractor>
implements PropertyExtractor
An annotation literal for the 
PropertyExtractor annotation.- See Also:
 
- 
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.PropertyExtractor
PropertyExtractor.Extractors, PropertyExtractor.Literal - 
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyExtractor.LiteralCreate aPropertyExtractor.Literal.value()The name of the property to extract.Methods inherited from class com.oracle.coherence.cdi.AnnotationLiteral
annotationType, equals, hashCodeMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.annotation.Annotation
toString 
- 
Method Details
- 
of
Create aPropertyExtractor.Literal.- Parameters:
 sPropertyName- the name of the property to extract- Returns:
 - a 
PropertyExtractor.Literalwith the specified value 
 - 
value
The name of the property to extract.- Returns:
 - the name of the property to extract
 
 
 -