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

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