org.benow.web.path.page.obj
Annotation Type ClassXSLGenerator.Hidden


@Retention(value=RUNTIME)
@Target(value=FIELD)
public static @interface ClassXSLGenerator.Hidden

Declare if field is to be hidden. value is the operation (or operations if in csv format) from which this field is hidden (as check from xsl generators), or 'all' or '' to hide from all operations. ie:

Author:
andy

Optional Element Summary
 java.lang.String value
           
 

value

public abstract java.lang.String value
Default:
"all"