Annotation Interface ATName


@Target({FIELD,METHOD}) @Retention(RUNTIME) public @interface ATName
An annotation to signify that a field/getter/setter is imported/exported with this field name.
Author:
Matthew Tropiano
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      the value name to use.