public class DeclarationsIntoElements extends 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(ProcessingEnvironment env,
AnnotatedTypeFactory atypeFactory,
ClassTree tree)
The entry point.
|
public static void store(ProcessingEnvironment env, AnnotatedTypeFactory atypeFactory, ClassTree tree)
atypeFactory
- the type factorytree
- the ClassTree to process