| Class | Description |
|---|---|
| AndHowCompileProcessor |
Note: check to ensure that Props are not referenced in static init blocks b/c
we may need to load the class (and run its init) before andHow init can
complete, causing a circular init loop.
|
| AndHowCompileProcessor.CauseEffect |
Match up a causal Element 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.
|
| CompileUnit |
Incrementally built metadata about a Type (compile-time representation of a class)
and its AndHow Properties (if any) as it is compiled.
|
| PropertyMarker |
Incrementally determines is a Property variable points to a new Property instance.
|
| PropertyRegistrarClassGenerator | |
| 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.
|
| SimpleVariable |
Compile time representation of a variable w/ just enough information
to decide if it is a valid variable for an AndHow Property to be constructed
and assigned to.
|
| Exception | Description |
|---|---|
| TooManyInitClassesException |
Copyright © 2017. All rights reserved.