Annotation Interface JSONIgnore


@Target({METHOD,FIELD}) @Retention(RUNTIME) public @interface JSONIgnore
An annotation for telling JSONObject that this field or method should not be serialized into a JSON construct of any kind.
Author:
Matthew Tropiano