@Retention(value=RUNTIME)
@Target(value={TYPE,FIELD,METHOD})
public @interface JSONRaw
Declare the annotated class, field, or getter method to be handled as follows:
If the annotated class Clazz has a method annotated @FromJSON declared as
- Author:
- Tomas Teubner