package app
Type Members
-
abstract
class
AbstractApp extends App
AbstractApp for usage from Java
-
trait
App extends app.App with Slf4jBridge with Logging
A com.twitter.app.App that supports injection and com.twitter.inject.TwitterModule modules.
A com.twitter.app.App that supports injection and com.twitter.inject.TwitterModule modules.
It is not expected that you override @Lifecycle methods. If you do, take care to ensure that you call the super implementation, otherwise critical lifecycle set-up may not occur causing your application to either function improperly or outright fail.
Typically, you will only need to interact with the following methods: run -- callback executed after the injector is created and all @Lifecycle methods have completed.