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
public static class Processor.Literal extends AnnotationLiteral<Processor> implements Processor
An annotation literal for theProcessor
annotation.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.oracle.coherence.cdi.events.Processor
Processor.Literal
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static 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
annotationType, equals, hashCode, toString
-
-
-
-
Method Detail
-
of
public static Processor.Literal of(Class<? extends InvocableMap.EntryProcessor> clzProcessor)
Create aProcessor.Literal
.- Parameters:
clzProcessor
- the processor class- Returns:
- a
Processor.Literal
with the specified value
-
value
public Class<? extends InvocableMap.EntryProcessor> value()
The processor class.- Returns:
- the processor class
-
-