Package com.iizix.prop.annotation
Annotation Type PropName
@Documented @Retention(RUNTIME) @Target(FIELD) public @interface PropName
Used to define an Object Member connection to a Property Name.- Author:
- Christopher Mindus
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
name
The Name of the Property to associate with the Field.