| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Documented public @interface HiddenFields
Annotation for listing fields that should not be included in the visible syntax for a class. This means a subclass needn't show everything it inherits. The value is a String array of field names.
| Required Element Summary | |
|---|---|
 java.lang.String[] | 
value
 | 
| Element Detail | 
|---|
public abstract java.lang.String[] value
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||