Package com.iizix.prop.annotation
Annotation Type PropScope
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface PropScope
Used to define a property reference to a class or interface. At compile time, the reference is checked by the PostJavaCompiler. The annotation is also used at Runtime.- Author:
- Christopher Mindus
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
ref
The Full String Reference to the Property.