Annotation Interface Scope


@Retention(RUNTIME) @Target({TYPE,FIELD}) public @interface Scope
This Interface specifies the annotation of the field scope.
Version:
1.0
Author:
Dr. Jalal H. Kiswani
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Specifies the scope of the field..
  • Element Details

    • value

      ScopeType value
      Specifies the scope of the field..
      Returns:
      the scope of the field.