Annotation Interface ScriptName


@Retention(RUNTIME) @Target({FIELD,METHOD,CONSTRUCTOR}) public @interface ScriptName
Fields and types annotated with this use the value() as the name for the converted/mapped field instead of the auto-generated one.
Author:
Matthew Tropiano
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      the name to use.
      Default:
      ""