org.opt4j.core.config.annotations
Annotation Type File


@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface File

The File annotation marks a String property as a file such that the String can be changed by a browser.


Optional Element Summary
 java.lang.String value
          The file extension string.
 

value

public abstract java.lang.String value
The file extension string.

Returns:
the file extension string
Default:
""