Package org.robovm.rt.bro.annotation
Annotation Type Array
@Retention(RUNTIME) @Target({METHOD,PARAMETER}) public @interface Array
Specifies that a
StructMember is an array of the specified
dimension. E.g.:
- Version:
- $Id$
-
Required Element Summary
Required Elements Modifier and Type Required Element Description int[]valueArray dimensions.
-
Element Details
-
value
int[] valueArray dimensions.
-