Annotation Interface ScopeName


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

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

    Required Elements
    Modifier and Type
    Required Element
    Description
    Obtain the value used to identify a specific scope.
  • Element Details

    • value

      String value
      Obtain the value used to identify a specific scope.
      Returns:
      value used to identify a specific scope