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

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

The newest version!
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 - 2024 Weber Informatics LLC | Privacy Policy