Package com.oracle.coherence.cdi
Annotation Interface Name
A qualifier annotation used when injecting Coherence resource to indicate a
specific resource name.
- Since:
- 20.06
- Author:
- Jonathan Knight 2019.10.20
-
Nested Class Summary
-
Required Element Summary
-
Optional Element Summary
Modifier and TypeOptional ElementDescriptionboolean
Returntrue
to indicate whether name is a regular expression.
-
Element Details
-
value
String valueThe name used to identify a specific resource.- Returns:
- the name used to identify a specific resource
-
regex
boolean regexReturntrue
to indicate whether name is a regular expression.- Returns:
true
to indicate whether name is a regular expression
- Default:
false
-