@Documented @Target({TYPE_USE,TYPE_PARAMETER}) @OVLTarget({}) @Retention(RUNTIME) public @interface IsVarType
This annotation can be used to indicate that a specific
java class member or parameter is of JavaScript type var.
- Since:
- Omix 1.8.5
- Author:
- Dr. Peter Droste