| Class | Description |
|---|---|
| AndHowCompileProcessor |
This is the central AndHow compilation class, an Annotation Processor.
|
| AndHowCompileProcessor.CauseEffect |
Match up a causal Element (Basically the compiler representation of a class to be compiled) w/
the Class name that will be registered in a service registry.
|
| AndHowElementScanner7 |
This Scanner is only intended to work on a single compileable unit at a time.
|
| CompileProblem |
Implementation represent specific problems with AndHow Property usage or
initiation, discovered during compilation.
|
| CompileUnit |
Incrementally built metadata about a Type (compile-time representation of a class)
and its AndHow Properties (if any) as it is compiled.
|
| CompileUtil |
Utilities for the AndHow AnnotationProcessor.
|
| PropertyMarker |
Incrementally determines is a Property variable points to a new Property instance.
|
| PropertyRegistrarClassGenerator |
Generates the source code for a class generated as an AndHow proxy for an application class
that contains AndHow Properties.
|
| PropertyVariableTreeScanner |
A compilation tree scanner used during compile time to scan for AndHow Property
construction being assigned to a variable.
|
| SimpleType |
Compile time representation of a type/class definition w/ just enough information
to decide if it is a valid parent to contain an AndHow Property.
|
Copyright © 2022. All rights reserved.