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

com.github.andyshao.context.SimpleContext Maven / Gradle / Ivy

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