Annotation Interface Name


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

    Required Elements
    Modifier and Type
    Required Element
    Description
    Specifies the field name value.
  • Element Details

    • value

      String value
      Specifies the field name value.
      Returns:
      the value of the field name.