@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface ProvidePresenter
PresenterStore.
Attention! Don't use manually the method marked with this annotation! Use a presenter field whichever you want. If you override this method in a derived class, make it return the same type (not a requirement but recommendation).
Requirements:
Note: if this method stays unused after the build, then Moxy'll never use this method and you should check annotation parameters. These parameters should be equal 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 |