Annotation Type File
-
@Retention(RUNTIME) @Target({METHOD,FIELD}) public @interface File
TheFile
annotation marks aString
property as a file such that theString
can be changed by a browser.
@Retention(RUNTIME)
@Target({METHOD,FIELD})
public @interface File
File
annotation marks a String
property as a file such that the String
can be changed by
a browser.