| Package | Description |
|---|---|
| xdean.annotation.processor.toolkit | |
| xdean.annotation.processor.toolkit.meta |
| Modifier and Type | Method and Description |
|---|---|
abstract boolean |
XAbstractProcessor.processActual(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv)
Processes a set of annotation types on type elements originating from the
prior round and returns whether or not these annotation types are claimed
by this processor.
|
| Modifier and Type | Method and Description |
|---|---|
protected abstract void |
AbstractMetaProcessor.process(RoundEnvironment env,
T t,
AnnotationMirror mid,
Element element) |
boolean |
AbstractMetaProcessor.processActual(Set<? extends TypeElement> annotations,
RoundEnvironment roundEnv) |
protected void |
AbstractMetaProcessor.processMeta(RoundEnvironment env,
T t,
Element element) |
Copyright © 2018. All rights reserved.