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
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      java.lang.String value
      The name used to identify a specific resource.
    • Element Detail

      • value

        java.lang.String value
        The name used to identify a specific resource.
        Returns:
        the name used to identify a specific resource
        Default:
        ""