Annotation Interface Name
A qualifier annotation used when injecting Coherence resource to indicate a
specific resource name.
- Since:
- 1.0
- Author:
- Jonathan Knight
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
An annotation literal for theName
annotation. -
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
-