com.strategicgains.restexpress.plugin.annotation.AnnotationController Maven / Gradle / Ivy
package com.strategicgains.restexpress.plugin.annotation;
import java.util.List;
import org.restexpress.Request;
import org.restexpress.Response;
public interface AnnotationController {
public Object create(Request request, Response response);
public Object read(Request request, Response response);
public List © 2015 - 2025 Weber Informatics LLC | Privacy Policy