Package

com.twitter.inject

app

Permalink

package app

Visibility
  1. Public
  2. All

Type Members

  1. abstract class AbstractApp extends App

    Permalink

    AbstractApp for usage from Java

  2. trait App extends app.App with Logging

    Permalink

    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.

Ungrouped