Annotation Type | Description |
---|---|
LazySingleton |
Apply this to implementation classes when you want only one instance that is to be constructed lazily.
|
LocalScoped |
Apply this to implementation classes when you want the instance to be created and held per operation.
|
Multibinding |
Components with this annotation (directly or in one of their super types) will be registered in multi-bind mode
(as well as regular mode) for the type where the annotation is.
|
SessionScoped |
Apply this to implementation classes when you want the instance to be created and held per session.
|
Copyright © 2003–2018 Magnolia International Ltd.. All rights reserved.