@Documented @Retention(value=RUNTIME) @Target(value=TYPE) public @interface VS
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() { ... } }
Modifier and Type | Required Element and Description |
---|---|
String |
ref
The Full String Reference to the VirtualSpace property.
|
Modifier and Type | Optional Element and Description |
---|---|
boolean |
refOnly
Option to use the annotation for referencing in the Java code only, together with
@#64;VSRef
and be able to use String refactoring. |
public abstract String ref
iizi® is a registered trademark of Mindus SARL. © Copyright Mindus SARL, 2020. All rights reserved.