Interface Lifecycle

  • All Known Implementing Classes:
    AbstractLifecycle

    public interface Lifecycle
    Something which can be init()-ialized and destroy()-d.

    Annotated so that Dependency Injection Frameworks (whichever) automatically call these methods during wiring.

    Author:
    Michael Vorburger
    See Also:
    AbstractLifecycle