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

com.thegoate.utils.ParseDetector Maven / Gradle / Ivy

package com.thegoate.utils;

/**
 * Created by Eric Angeli on 4/16/2020.
 */
public interface ParseDetector {
	String isType = "parseDetector";
	boolean parseDetector(Object object);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy