package org.gcube.application.perform.service.rest; import javax.ws.rs.Path; import org.gcube.application.perform.service.PerformServiceManager; import org.gcube.smartgears.annotations.ManagedBy; import org.gcube.application.perform.service.ServiceConstants; @Path(ServiceConstants.ANAGRAPHIC_INTERFACE) @ManagedBy(PerformServiceManager.class) public class Anagraphic { }