Annotation Interface JSONName


@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface JSONName
An annotation for telling JSONObject that this field or method should be mapped to a particular name.
Author:
Matthew Tropiano
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details

    • value

      String value
      Returns:
      the mapped name to use for this field/method.