public interface Initializable
Interface to be implemented by components that need to react once all their properties have been set by Guice: for example, to perform custom initialization, or merely to check that all mandatory properties have been set.
| Modifier and Type | Method and Description |
|---|---|
void |
initialize()
Invoked by Polyguice after the corresponding Guice container has injected all
required dependencies on this component.
|
Copyright © 2016. All rights reserved.