Annotation Interface Options
@Usage(JavacExtension.class)
@Documented
@Retention(RUNTIME)
@Target({TYPE,METHOD})
public @interface Options
Represents the javac options to use during compilation.
- See Also:
-
Required Element Summary
Required Elements
-
Element Details
-
value
String valueThe options.- Returns:
- the options
-