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

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

The newest version!
package com.github.andyshao.context;

/**
 * 
 * Title:
* Descript:
* Copyright: Copryright(c) Sep 5, 2018
* Encoding:UNIX UTF-8 * @author Andy.Shao * * @param value type */ public interface ContextKey { /** * the name of the key * @return key name */ String keyName(); }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy