@Target(value=TYPE)
public @interface InjectViewState
MvpPresenter.mViews and
MvpPresenter.mViewState presenter fields. Presenter, annotated with
this, should be strongly typed on view interface(not write some like extends
MvpPresenter<V extends SuperView>). Otherwise code generation make
code, that broke your app.| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.Class<? extends MvpViewState> |
value |
java.lang.Class<? extends MvpView> |
view |
public abstract java.lang.Class<? extends MvpViewState> value
public abstract java.lang.Class<? extends MvpView> view