Package com.oracle.coherence.cdi.events
Annotation Interface Processor
A qualifier annotation used to indicate processor class when observing
EntryProcessorEvents
.- Since:
- 20.06
- Author:
- Aleks Seovic 2020.04.01
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
An annotation literal for theProcessor
annotation. -
Required Element Summary
Modifier and TypeRequired ElementDescriptionClass
<? extends InvocableMap.EntryProcessor> The processor class.
-
Element Details
-
value
Class<? extends InvocableMap.EntryProcessor> valueThe processor class.- Returns:
- the processor class
-