@SubtypeOf(value=SameLenUnknown.class) @Target(value={TYPE_USE,TYPE_PARAMETER}) public @interface SameLen
b
's type is
annotated with @SameLen("a")
, then a
and b
have the same length.Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value
A list of other sequences with the same length.
|