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

com.carma.swagger.doclet.sample.api.Recursive Maven / Gradle / Ivy

The newest version!
package com.carma.swagger.doclet.sample.api;

public class Recursive {

    private Recursive recursive;

    public Recursive getRecursive() {
        return recursive;
    }

    public void setRecursive(Recursive recursive) {
        this.recursive = recursive;
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy