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

io.swagger.models.properties.BooleanValueProperty Maven / Gradle / Ivy

package io.swagger.models.properties;

public class BooleanValueProperty extends AbstractProperty implements Property {
    public BooleanValueProperty() {}
    public BooleanValueProperty(Boolean booleanValue) {
        this.booleanValue = booleanValue;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy