saker.java.compiler Documentation TaskDoc JavaDoc Packages
Enumeration containing possible warning types to suppress during Java compilation. The warning types are interpreted in a case-insensitive manner.
Summary
Enumeration values
ClientProcessorMessageSuppress warnings emitted by annotation processors.
JavacCompilationWarningSuppress warnings emitted by the Java compiler backend.
LastRoundGenerationSuppress warnings about annotation processors generating classes in the last round of annotation processing.
LessProcessorSourceVersionSuppress warnings if annotation processors report an older supported source version than the one used for compilation.
NoOriginatingElementsSuppress warnings if annotation processors doesn't provide any originating elements for their generated sources, classes, or resources.
ProcessorCallResultSuppress warnings if an annotation processor returns an unexpected or invalid value from one of its methods.
UnrecognizedProcessorOptionsSuppress warnings emitted when an annotation processor option is passed to a processor that doesn't recognize that option name.
Enumeration values
Suppress warnings emitted by annotation processors.
Suppress warnings emitted by the Java compiler backend.
Suppress warnings about annotation processors generating classes in the last round of annotation processing.
Suppress warnings if annotation processors report an older supported source version than the one used for compilation.
Suppress warnings if annotation processors doesn't provide any originating elements for their generated sources, classes, or resources.
Suppress warnings if an annotation processor returns an unexpected or invalid value from one of its methods.
Suppress warnings emitted when an annotation processor option is passed to a processor that doesn't recognize that option name.