io.polyapi.plugin.model.specification.resolved.ResolvedApiFunctionSpecification Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of polyapi-maven-plugin Show documentation
Show all versions of polyapi-maven-plugin Show documentation
Maven plugin to run handle Poly API functions.
package io.polyapi.plugin.model.specification.resolved;
public class ResolvedApiFunctionSpecification extends ResolvedDefaultFunctionSpecification {
public ResolvedApiFunctionSpecification(ResolvedFunctionSpecification base) {
super(base);
}
}