
com.star.log.AbstractLocationAwareLog Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of utils Show documentation
Show all versions of utils Show documentation
some utility class for java develop
The newest version!
package com.star.log;
/**
* 抽象定位感知日志实现
*
* @author Looly
*/
public abstract class AbstractLocationAwareLog extends AbstractLog implements LocationAwareLog {
private static final long serialVersionUID = 8508501723606156544L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy