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

com.luoaijun.iterface.PrintInter Maven / Gradle / Ivy

The newest version!
package com.luoaijun.iterface;

import org.apache.log4j.Logger;

public interface PrintInter {
	Logger logger =  Logger.getLogger(PrintInter.class);
	public abstract  Object print(T t);

	public abstract  Object println(T t);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy