@Target(value={TYPE_USE,TYPE_PARAMETER})
public @interface LengthOf
This is treated as an IndexOrHigh
annotation internally. This is an implementation
detail that may change in the future, when this type may be used to implement more precise
refinements.
Modifier and Type | Required Element and Description |
---|---|
java.lang.String[] |
value
Sequences that the annotated expression is equal to the lengeth of.
|