![JAR search and dependency download from the Maven repository](/logo.png)
com.github.andyshao.context.SimpleContext 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.io.Serial;
import java.util.concurrent.ConcurrentHashMap;
/**
* simple context
*/
public class SimpleContext extends ConcurrentHashMap implements Context {
@Serial
private static final long serialVersionUID = -1768345492765587828L;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy