public class DeclarationsIntoElements
extends java.lang.Object
This is similar to 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(javax.annotation.processing.ProcessingEnvironment env,
AnnotatedTypeFactory atypeFactory,
com.sun.source.tree.ClassTree tree)
The entry point.
|
public static void store(javax.annotation.processing.ProcessingEnvironment env,
AnnotatedTypeFactory atypeFactory,
com.sun.source.tree.ClassTree tree)
atypeFactory - the type factorytree - the ClassTree to process