|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Inherited
@Target(value={TYPE,METHOD,PARAMETER})
@Retention(value=RUNTIME)
public @interface MultiLineIndicates that a string property may have more than one line (ie may contain carriage returns).
In addition you can specify the typical number of lines (defaults to 6) and whether the lines should not be wrapped (by default they will not be wrapped).
Can also be specified for types that are annotated as @Value types. To apply, the value must have string semantics.
Note that if this annotation is applied, then any choices for the property (ie as per a choicesXxx method) will be ignored.
| Optional Element Summary | |
|---|---|
int |
numberOfLines
|
boolean |
preventWrapping
|
public abstract int numberOfLines
public abstract boolean preventWrapping
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||