Liferay 6.2-ce-ga5

com.liferay.portal.kernel.json
Annotation Type JSON


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


Optional Element Summary
 boolean include
           
 boolean strict
           
 

include

public abstract boolean include
Default:
true

strict

public abstract boolean strict
Default:
false

Liferay 6.2-ce-ga5