package nebula.entity; import nebula.persistor.Persistor; public interface PersonPersistor extends Persistor<PersonImp> { }