Annotation Type JmcHiddenFields
-
@Retention(RUNTIME) @Target(TYPE) @Documented public @interface JmcHiddenFieldsHide Fields, usefull when exending from class, and some field are not used in subclasses. Hidden fields should be null and will not be serialized.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String[]valuelist fields to be hidden.
-