Package com.blackrook.json.annotation
Annotation 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
-
Element Details
-
value
String value- Returns:
- the mapped name to use for this field/method.
-