Package com.illumon.util.annotations
Annotation Type ArrayType
@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface ArrayType
This annotation indicates that the annotated class in some way represents an array
of the specified type.
@Target(TYPE) @Retention(RUNTIME) @Inherited public @interface ArrayType