@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface StructArrayType
Defines a struct array/collection type where each element is a POJO with FastProto annotations.
length() represents number of elements. Element size must be determinable at compile time for now.