Package com.iizix.api.ui
Annotation Type OnUICreates
-
@Documented @Retention(RUNTIME) @Target(METHOD) public @interface OnUICreates
Support for multiple definitions of the UI OnUICreate POJO method tag.- Author:
- Christopher Mindus
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description OnUICreate[]
value
Accepted value for the UI OnUICreate repeated annotation.
-
-
-
Element Detail
-
value
OnUICreate[] value
Accepted value for the UI OnUICreate repeated annotation.
-
-