jpaoletti.jpm.core.EntitySupport Maven / Gradle / Ivy
The newest version!
package jpaoletti.jpm.core;
/**
* Helper class for introspection and some extra stuff
* @author jpaoletti
* */
public class EntitySupport {
public PresentationManager getPm() {
return PresentationManager.getPm();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy