ix.util.reflect
Annotation Type AliasFields


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
public @interface AliasFields

Annotation for listing fields that should be treated as having a different name in the the visible syntax for a class.


Required Element Summary
 java.lang.String[] value
           
 

Element Detail

value

public abstract java.lang.String[] value