package sk.nociar.jpacloner.properties; public interface PropertyReader { Object get(Object instance); }