@Target(value=FIELD)
@Retention(value=RUNTIME)
@Documented
public @interface JavaScript
Annotation to mark fields as JavaScript for special processing. Fields so marked must contain
valid JavaScript (or be null) and will be converted to serialized form. If the field value does
not specify a function wrapper, a no-argument wrapper will be added.