Package com.iizix.prop.annotation
Annotation Type PropScope
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface PropScopeUsed 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.StringrefThe Full String Reference to the Property.