@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ProvidePresenterTag
Called when Moxy generate a presenter tag for search Presenter in PresenterStore.
Requirements:
Note: if this method stays unused after the build, then Moxy'll never use this method and you should check annotation parameters.
| Modifier and Type | Fields and Description |
|---|---|
static java.lang.String |
EMPTY |
| Modifier and Type | Required Element and Description |
|---|---|
java.lang.Class<? extends MvpPresenter<?>> |
presenterClass |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
presenterId |
public abstract java.lang.Class<? extends MvpPresenter<?>> presenterClass