@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface JSONTransient
Define a field within a class to be ignored by the standard JSON serialization.
Within the JSON serialization library this has the same effect as the transient attribute in Java.
- Author:
- Tomas Teubner