![JAR search and dependency download from the Maven repository](/logo.png)
com.arellomobile.mvp.GenerateViewState Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of moxy Show documentation
Show all versions of moxy Show documentation
Arello-Mobile MVP library for Android
package com.arellomobile.mvp;
import java.lang.annotation.Target;
import static java.lang.annotation.ElementType.TYPE;
/**
* Generate view state class for annotated view interface.
* Generated class implements this view interface.
*
* @deprecated As of release 0.4.1, {@link InjectViewState} generate view state, if it needed
*/
@Target(value = TYPE)
@Deprecated
public @interface GenerateViewState {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy