All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.arellomobile.mvp.GenerateViewState Maven / Gradle / Ivy

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 - 2024 Weber Informatics LLC | Privacy Policy