Annotation Interface 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
-
Optional Element Summary
-
Element Details
-
value
String valueThe name used to identify a specific resource.- Returns:
- the name used to identify a specific resource
- Default:
- ""
-