com.github.andyshao.context.Context Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of Gear Show documentation
Show all versions of Gear Show documentation
Enhance and formating the coding of JDK
The newest version!
package com.github.andyshao.context;
import java.util.concurrent.ConcurrentMap;
/**
*
* Title:
* Descript:
* Copyright: Copryright(c) Sep 5, 2018
* Encoding:UNIX UTF-8
* @author Andy.Shao
*/
public interface Context extends ConcurrentMap, CommonContext {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy