All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.manydesigns.portofino.resteasy.PortofinoApplication Maven / Gradle / Ivy

There is a newer version: 5.3.4
Show newest version
package com.manydesigns.portofino.resteasy;

import com.manydesigns.portofino.pageactions.rest.APIRoot;

import javax.ws.rs.ApplicationPath;
import javax.ws.rs.core.Application;

@ApplicationPath(APIRoot.PATH_PREFIX)
public class PortofinoApplication extends Application {

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy