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

net.stickycode.configured.ConfigurationKeyElement Maven / Gradle / Ivy

Go to download

Taking the configuration out of applications, using the same principles that underly dependency injection

There is a newer version: 5.7
Show newest version
package net.stickycode.configured;


public interface ConfigurationKeyElement {
  
  /**
   * The type of the configuration key.
   */
  Class getType();
  
  /**
   * The name of the configuration key.
   */
  String getName();

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy