|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
public interface IProcessorProvider
Implementors know how to discover annotation processors, and maintain a list of processors that have been discovered and initialized so far.
| 方法摘要 | |
|---|---|
ProcessorInfo |
discoverNextProcessor()
Return the next processor that can be discovered, according to the order and discovery rules of the provider (see, for instance, Processor. |
List<ProcessorInfo> |
getDiscoveredProcessors()
|
void |
reportProcessorException(javax.annotation.processing.Processor p,
Exception e)
Called when a processor throws an exception. |
| 方法详细信息 |
|---|
ProcessorInfo discoverNextProcessor()
Processor.
null if there are
no more processors to be discovered.List<ProcessorInfo> getDiscoveredProcessors()
discoverNextProcessor() is called.
void reportProcessorException(javax.annotation.processing.Processor p,
Exception e)
p - the processor, if known, or null if not.e -
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||