public abstract class AbstractAppComponent<A extends App> extends java.lang.Object implements AppComponent<A>
protected A
app
AbstractAppComponent(A anApp)
A
getApp()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected A extends App app
public AbstractAppComponent(A anApp)
public A getApp()
getApp
AppComponent<A extends App>