org.loom.annotation
Annotation Type JSON


@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD,PARAMETER})
@Documented
public @interface JSON

Marks an attribute or event parameter to be converted to/from a JSON representation. This annotation is generics aware, so you can use it with collections as long as the item type is specified.