Interface | Description |
---|---|
DefinitionAccessor<V> |
An accessor for parameters in a
ParamDefinition . |
DefinitionAccessor.Identifier<T> |
An identifier wrapping a key object to get a value from a
DefinitionAccessor . |
Class | Description |
---|---|
MapAccessor<K,V> |
Wrapper implementation of
DefinitionAccessor . |
ReflectionAccessor |
The default
DefinitionAccessor which accesses the automatable
ParamDefinition 's fields via reflection. |
Exception | Description |
---|---|
NotAutomatable.IllegalAutomationException |
Thrown if a property carrying
NotAutomatable annotation is tried
to be automated. |
Annotation Type | Description |
---|---|
NotAutomatable |
Annotation to prevent a parameter from being changed via
DefinitionAccessor . |