Annotation Type Name


  • @Qualifier
    @Documented
    @Retention(RUNTIME)
    public @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
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String value
      The name used to identify a specific resource.
    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean regex
      Return true to indicate whether name is a regular expression.
    • Element Detail

      • value

        String value
        The name used to identify a specific resource.
        Returns:
        the name used to identify a specific resource
      • regex

        boolean regex
        Return true to indicate whether name is a regular expression.
        Returns:
        true to indicate whether name is a regular expression
        Default:
        false