Annotation Type Name
- 
@Target({ANNOTATION_TYPE,TYPE,METHOD,FIELD,PARAMETER}) @Retention(RUNTIME) @Documented public @interface Name
An annotation used when injecting Coherence resource to indicate a specific resource name.- Author:
 - Jonathan Knight, Gunnar Hillert
 
 
- 
- 
Element Detail
- 
value
String value
The name used to identify a specific resource.- Returns:
 - the name used to identify a specific resource
 
- Default:
 - ""
 
 
 - 
 
 -