Package com.iizix.api.vs
Annotation Type VS
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface VSTags a POJO as being an VirtualSpace class with event listeners.The constructor of the class must be be public and cannot have any parameters.
Example:
@VirtualSpace(ref="Proj:/vs/subFolder/OneVS" [, refOnly = true]) public class MyVSListener { public MyVSListener() { ... } }- Author:
- Christopher Mindus
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.StringrefThe Full String Reference to the VirtualSpace property.
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanrefOnlyOption to use the annotation for referencing in the Java code only, together with@#64;VSRefand be able to use String refactoring.