Package | Description |
---|---|
com.github.misberner.apcommons.processing |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSingleAnnotationProcessor<A extends Annotation>
Abstract base class for
SingleAnnotationProcessorModule implementations. |
class |
CheckEnclosingAnnotatedProcessor<A extends Annotation>
Checks whether the enclosing element of an annotated element is also
annotated with a certain annotation.
|
Modifier and Type | Method and Description |
---|---|
protected <A extends Annotation> |
MultiModuleProcessor.dispatchModule(SingleAnnotationProcessorModule<A> module,
RoundEnvironment roundEnv)
Dispatch the processing of a
SingleAnnotationProcessorModule during a round of
annotation processing. |
Constructor and Description |
---|
MultiModuleProcessor(SingleAnnotationProcessorModule<?>... modules)
Constructor.
|
Copyright © 2013–2014. All rights reserved.