@Retention(value=RUNTIME)
@Target(value=TYPE)
@Documented
public @interface LayoutDesc
struct Point { jint x; jint y; }corresponds to
@LayoutDesc
({ "x:jint:+0:4", "y:jint:+4:4" })
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value |