com.github.ddth.commons.osgi.Constants Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ddth-commons-core Show documentation
Show all versions of ddth-commons-core Show documentation
DDTH's Java Common Libraries and Utilities
package com.github.ddth.commons.osgi;
/**
* Defines common constants.
*
* @author Thanh Ba Nguyen
* @since 0.2.0
*/
public class Constants {
public final static String LOOKUP_PROP_MODULE = "Module";
public final static String LOOKUP_PROP_VERSION = "Version";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy