@Documented @Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) @SubtypeOf(value=SameLenUnknown.class) public @interface SameLen
b
's type is
annotated with @SameLen("a")
, then a
and b
have the same length.@JavaExpression public abstract String[] value