@SubtypeOf(value=LTEqLengthOf.class) @Retention(value=RUNTIME) @Target(value={TYPE_USE,TYPE_PARAMETER}) public @interface LTLengthOf
For example, an expression with type @LTLengthOf({"a", "b"})
is less than both a.length
and b.length
. The sequences a
and b
might have different
lengths.
public abstract String[] value