| Annotation Type | Description |
|---|---|
| AutoBind |
Annotation binding that combines with Governator's classpath scanning and a bound
AutoBindProvider to automatically/programmatically bind fields and constructor/method
arguments
|
| AutoBindSingleton |
Marks a class as a singleton.
|
| Configuration |
Marks a field as a configuration item.
|
| ConfigurationVariable | |
| NonConcurrent |
Used to indicate that a constructor argument cannot be constructed concurrently.
|
| PreConfiguration |
Marks a method as a pre-configuration method.
|
| WarmUp |
Marks a method as a warm up method.
|