软件包 | 描述 |
---|---|
javax.annotation.processing |
用于声明注释处理器的设施和允许注释处理器与注释处理工具环境进行通信的设施。
|
javax.lang.model.util |
公用事业在帮助
program elements和
types处理。
|
javax.tools |
为可以从程序调用的工具提供接口,例如,编译器。
|
Class and Description |
---|
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使得处理器可以查询有关圆的注释信息处理。
|
Class and Description |
---|
SupportedSourceVersion
用于表示最新版本源版本注释处理器支持的注释。
|
Class and Description |
---|
Processor
注释处理器的接口。
|
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.