Annotation Type ScopeName
- 
@Documented @Retention(RUNTIME) public @interface ScopeNameA qualifier annotation used to indicate a specific scope name.- Since:
 - 3.0
 - Author:
 - Jonathan Knight, Gunnar Hillert
 
 
- 
- 
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringvalueObtain the value used to identify a specific scope. 
 -