@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ProvidePresenter
PresenterStore.
Attention! Don't use manually method marked with this annotation! Use presenter field, which you want. If you override this method in inherited classes, make them return same type(not requirements but recommendation).
Requirements:
Note: if this method stay unused after build, then Moxy never use this method and you should check annotation parameters. These parameters should be equals to @InjectPresenter parameters
| Modifier and Type | Fields and Description |
|---|---|
static java.lang.String |
EMPTY |
| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
presenterId |
java.lang.String |
tag |
PresenterType |
type |
public abstract PresenterType type