Annotation Interface ServiceName


@Qualifier @Documented @Retention(RUNTIME) public @interface ServiceName
A qualifier annotation used to indicate a specific service name.
Since:
20.06
Author:
Aleks Seovic 2020.04.01
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    An annotation literal for the ServiceName annotation.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The value used to identify a specific service.
  • Element Details

    • value

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