jpaoletti.jpm.core.PMCoreConstants Maven / Gradle / Ivy
The newest version!
package jpaoletti.jpm.core;
/**
* Core constants
* @author jpaoletti
*/
public interface PMCoreConstants {
public static final String ENTITY = "entity";
public static final String PM_CONTEXT = "PM_CONTEXT";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy