Annotation Type ScopeName


  • @Documented
    @Retention(RUNTIME)
    public @interface ScopeName
    A qualifier annotation used to indicate a specific scope name.
    Since:
    1.0
    Author:
    Jonathan Knight
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      Obtain the value used to identify a specific scope.
    • Element Detail

      • value

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