| Enum | Description |
|---|---|
| LookupField.Strategy |
Defines the tree travel strategy.
|
| Annotation Type | Description |
|---|---|
| ConfigurationParameter |
Fields of a class annotated with this annotation will be tracked down by the
configuration service.
|
| ConfigurationParameterChanger |
Marks a mutator ("setter") as being part of possible configuration change.
|
| LookupField |
This field annotation allows to access other components from a given
component that belongs to the component tree.
|
| LookupName |
Sets the annotated String field to the name of the component that
field belongs to.
|
| LookupPath |
Sets the annotated String field to the path of the component that
field belongs to as defined in the groovy file.
|
| Persist |
Fields annotated by this annotation have their value persisted in a local
file.
|
Copyright © 2019 LSST. All rights reserved.