Airlift enables the standard @PostConstruct and @PreDestroy annotations for objects injected/bound via Airlift's Bootstrap.
For additional lifecycle management you can inject the LifeCycleManager instance.
The Bootstrap class is used to initialize and start Airlift applications. See the example for an example usage of the Bootstrap class.