Package com.iizix.api.vs
Annotation Type JavaActionActors
-
@Documented @Retention(RUNTIME) @Target(TYPE) public @interface JavaActionActors
Support for multiple definitions of the JavaActionActorAnnotation POJO class tag.- Author:
- Christopher Mindus
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description JavaActionActor[]
value
Accepted value for the JavaActionActor repeated annotation.
-
-
-
Element Detail
-
value
JavaActionActor[] value
Accepted value for the JavaActionActor repeated annotation.
-
-