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.Literal
of
(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, 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
toString
-
Method Details
-
of
Create aProcessor.Literal
.- Parameters:
clzProcessor
- the processor class- Returns:
- a
Processor.Literal
with the specified value
-
value
The processor class.- Returns:
- the processor class
-