@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface File
File
annotation marks a String
property as a file such
that the String
can be changed by a browser.Modifier and Type | Optional Element and Description |
---|---|
java.lang.String |
value
The file extension string.
|