接口 | 描述 |
---|---|
Completion |
建议
completion个注释。
|
Filer |
此接口支持通过注释处理器创建新文件。
|
Messager |
一个
Messager 提供注释处理器报告错误信息,这样的警告,以及其他注意事项。
|
ProcessingEnvironment |
注释处理工具框架将
provide an annotation processor with an object implementing this interface使处理器可以使用框架提供的设施来写入新的文件,报告错误信息,并找到其他公用事业。
|
Processor |
注释处理器的接口。
|
RoundEnvironment |
注释处理工具框架将
provide an annotation processor with an object implementing this interface使得处理器可以查询有关圆的注释信息处理。
|
类 | 描述 |
---|---|
AbstractProcessor |
一个抽象的注释处理器的设计是最具体的注解处理器的超方便。
|
Completions |
Completion 装配对象的工具类。
|
异常 | 描述 |
---|---|
FilerException |
表示一个
Filer 发现试图打开一个文件,就违反了
Filer 提供担保。
|
Annotation Type | 描述 |
---|---|
SupportedAnnotationTypes |
用于指示注释处理器支持的注释类型的注释。
|
SupportedOptions |
用于指示注释处理器支持的选项的注释。
|
SupportedSourceVersion |
用于表示最新版本源版本注释处理器支持的注释。
|
除非在一个特定的实现另有规定,集合返回此包中的方法应该采用并行访问调用者和不安全是不可修改的。
除非另有规定,此包中的方法将如果null
扔NullPointerException
争论。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.