接口 | 描述 |
---|---|
Completion |
一个建议
completion的注解。
|
Filer |
该接口支持通过注释处理器创建新文件。
|
Messager |
A
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提供的Filer 。
|
Annotation Type | 描述 |
---|---|
SupportedAnnotationTypes |
用于指示注释处理器支持的注释类型的注释。
|
SupportedOptions |
用于指示注释处理器支持哪些选项的注释。
|
SupportedSourceVersion |
用于指示注释处理器支持的最新源版本的注释。
|
除非在特定实现中另有规定,否则应该预期此程序包中方法返回的集合将被调用者不可修改,并且对并发访问是不安全的。
除非另有说明,在此包中的方法将抛出一个NullPointerException
如果给一个null
说法。
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.