Annotation Type SameLen
-
@Documented @Retention(RUNTIME) @Target({TYPE_USE,TYPE_PARAMETER}) @SubtypeOf(SameLenUnknown.class) public @interface SameLen
An expression whose type has this annotation evaluates to a value that is a sequence, and that sequence has the same length as the given sequences. For example, ifb's type is annotated with@SameLen("a"), thenaandbhave the same length.
-
-
Element Detail
-
value
@JavaExpression String[] value
A list of other sequences with the same length.
-
-