Annotation Type 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
      String value  
    • Element Detail

      • value

        String value
        Returns:
        the value name to use.