com.webcohesion.enunciate.api.PathSummary Maven / Gradle / Ivy
package com.webcohesion.enunciate.api;
import java.util.Set;
/**
* @author Ryan Heaton
*/
public interface PathSummary {
String getPath();
Set getMethods();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy