Package com.oracle.coherence.cdi.events
Annotation Type CacheName
-
@Qualifier @Documented @Retention(RUNTIME) public @interface CacheName
A qualifier annotation used to indicate a specific cache name.- Since:
- 20.06
- Author:
- Aleks Seovic 2020.04.01
-
-
Element Detail
-
value
String value
Obtain the value used to identify a specific cache.- Returns:
- value used to identify a specific cache
-
-