Annotation Interface SupportedOptions
An annotation used to indicate what Checker Framework options a checker supports. The 
SourceChecker.getSupportedOptions() method constructs its result from the value of this annotation
 and additionally prefixing the checker class name.
 In contrast to SupportedOptions, note that this qualifier
 is Inherited.
- See Also:
- 
Required Element SummaryRequired Elements
- 
Element Details- 
valueString[] value
 
-