
com.phoenixnap.oss.ramlapisync.data.RamlFormParameter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of springmvc-raml-parser Show documentation
Show all versions of springmvc-raml-parser Show documentation
Components including the parsing of RAML documents and Spring MVC Annotations to create RAML models
package com.phoenixnap.oss.ramlapisync.data;
import com.phoenixnap.oss.ramlapisync.raml.RamlAbstractParam;
/**
* @author armin.weisser
*/
public abstract class RamlFormParameter extends RamlAbstractParam {
public abstract boolean isRepeat();
public abstract void setRepeat(boolean repeat);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy