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

com.nflabs.zeppelin.rest.ZAN Maven / Gradle / Ivy

There is a newer version: 0.3.3
Show newest version
package com.nflabs.zeppelin.rest;

import java.io.OutputStream;

import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;

@Path("/zan")
public class ZAN {
	@GET
	@Path("/webapp/${lib}/{path:.*}")
	public OutputStream webapp(){
		
		return null;		
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy