| Class | Description |
|---|---|
| FlagUtils |
class to help transfer values passed as named arguments to other well-known variables/fields/objects;
see the test case for example usage
|
| FlagUtils.FlagConfigKeyAndValueRecord | |
| TypeCoercions |
| Exception | Description |
|---|---|
| ClassCoercionException |
Thrown to indicate that
TypeCoercions could not cast an object from one
class to another. |
| Annotation Type | Description |
|---|---|
| SetFromFlag |
Annotation to indicate that a variable may be set through the use of a named argument,
looking for the name specified here or inferred from the annotated field/argument/object.
|