Module java.compiler

Annotation Interface SupportedOptions


@Documented @Target(TYPE) @Retention(RUNTIME) public @interface SupportedOptions
一个用于指示注解处理器支持哪些选项的注解。Processor.getSupportedOptions() 方法可以根据该注解的值构造其结果,就像AbstractProcessor.getSupportedOptions()所做的那样。只应使用符合语法的字符串作为值。
自版本:
1.6
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    String[]
    返回支持的选项。
  • Element Details

    • value

      String[] value
      返回支持的选项。
      返回:
      支持的选项