![JAR search and dependency download from the Maven repository](/logo.png)
com.arellomobile.mvp.PresenterBinder 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.util.List;
import com.arellomobile.mvp.presenter.PresenterField;
/**
* Date: 18-Dec-15
* Time: 18:42
*
* @author Alexander Blinov
*/
public abstract class PresenterBinder {
public abstract List> getPresenterFields();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy