public class TypesIntoElements
extends java.lang.Object
TypeFromElement
.
This class deals with javac internals and liberally imports such classes.Constructor and Description |
---|
TypesIntoElements() |
Modifier and Type | Method and Description |
---|---|
static void |
store(javax.annotation.processing.ProcessingEnvironment processingEnv,
AnnotatedTypeFactory atypeFactory,
com.sun.source.tree.ClassTree tree)
The entry point.
|
public static void store(javax.annotation.processing.ProcessingEnvironment processingEnv, AnnotatedTypeFactory atypeFactory, com.sun.source.tree.ClassTree tree)
processingEnv
- The environment.atypeFactory
- The type factory.tree
- The ClassTree to process.