perform-service/src/main/java/org/gcube/application/perform/service/PerformService.java

15 lines
217 B
Java

package org.gcube.application.perform.service;
import javax.ws.rs.ApplicationPath;
@ApplicationPath(ServiceConstants.APPLICATION_PATH)
public class PerformService {
public PerformService() {
super();
}
}