Annotation Type ServiceName


  • @Documented
    @Retention(RUNTIME)
    public @interface ServiceName
    A qualifier annotation used to indicate a specific service name.
    Since:
    3.0
    Author:
    Jonathan Knight, Gunnar Hillert
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The value used to identify a specific service.
    • Element Detail

      • value

        java.lang.String value
        The value used to identify a specific service.
        Returns:
        the value used to identify a specific service