|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented
@Retention(value=RUNTIME)
@Target(value={FIELD,METHOD})
public @interface FileConstraints
Contains constraints on File fields.
| Required Element Summary | |
|---|---|
String |
description
The translatable description. |
String[] |
extensions
The allowable file extensions. |
| Optional Element Summary | |
|---|---|
String |
directory
The directory preference key (if empty, use current directory). |
| Element Detail |
|---|
public abstract String description
public abstract String[] extensions
public abstract String directory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||