public static class Processor.Literal extends java.lang.Object implements Processor
Processor
annotation.| Modifier and Type | Class and Description |
|---|---|
static interface |
io.micronaut.coherence.annotation.AnnotationLiteral.NoType |
Processor.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 Processor.Literal |
of(java.lang.Class<? extends com.tangosol.util.InvocableMap.EntryProcessor> processorClass)
Create a
Processor.Literal. |
java.lang.Class<? extends com.tangosol.util.InvocableMap.EntryProcessor> |
value()
The processor class.
|
public static Processor.Literal of(java.lang.Class<? extends com.tangosol.util.InvocableMap.EntryProcessor> processorClass)
Processor.Literal.processorClass - the processor classProcessor.Literal
with the specified valuepublic java.lang.Class<? extends com.tangosol.util.InvocableMap.EntryProcessor> 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