Package org.n52.janmayen.lifecycle
Interface Constructable
-
- All Known Implementing Classes:
EventBus,EventListenerRegistrator
public interface Constructable- Since:
- 1.0.0
- See Also:
PostConstruct
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit()Constructs this object.
-