public class DeclarationsIntoElements extends Object
TypesIntoElements but for declaration annotations.
This class deals with javac internals and liberally imports such classes.| Constructor and Description |
|---|
DeclarationsIntoElements() |
| Modifier and Type | Method and Description |
|---|---|
static void |
store(ProcessingEnvironment env,
AnnotatedTypeFactory atypeFactory,
ClassTree tree)
The entry point.
|
public static void store(ProcessingEnvironment env, AnnotatedTypeFactory atypeFactory, ClassTree tree)
atypeFactory - The type factory.tree - The ClassTree to process.