public class TypesIntoElements extends 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(ProcessingEnvironment processingEnv,
AnnotatedTypeFactory atypeFactory,
ClassTree tree)
The entry point.
|
public static void store(ProcessingEnvironment processingEnv, AnnotatedTypeFactory atypeFactory, ClassTree tree)
processingEnv - The environment.atypeFactory - The type factory.tree - The ClassTree to process.