Package com.oracle.coherence.cdi.events
Class Processor.Literal
java.lang.Object
com.oracle.coherence.cdi.AnnotationLiteral<Processor>
com.oracle.coherence.cdi.events.Processor.Literal
- All Implemented Interfaces:
Annotation
- Enclosing class:
- Processor
An annotation literal for the
Processor
annotation.- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.events.Processor
Processor.Literal -
Method Summary
Modifier and TypeMethodDescriptionstatic Processor.Literalof(Class<? extends InvocableMap.EntryProcessor> clzProcessor) Create aProcessor.Literal.Class<? extends InvocableMap.EntryProcessor>value()The processor class.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 aProcessor.Literal.- Parameters:
clzProcessor- the processor class- Returns:
- a
Processor.Literalwith the specified value
-
value
The processor class.- Returns:
- the processor class
-