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

cz.jalasoft.util.configuration.key.PropertyKeyExtractor Maven / Gradle / Ivy

The newest version!
package cz.jalasoft.util.configuration.key;

import java.lang.reflect.Method;

/**
 * @author Honza Lastovicka ([email protected])
 * @since 2016-08-16.
 */
public interface PropertyKeyExtractor {

    String key(Method method);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy