ix.util.reflect
Annotation Type HiddenFields


@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

value

public abstract java.lang.String[] value