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

it.ness.queryable.model.test.QMethodApi Maven / Gradle / Ivy

There is a newer version: 3.0.3
Show newest version
package it.ness.queryable.model.test;

import org.jboss.forge.roaster.model.source.*;

import java.util.List;

public class QMethodApi {

    public List> methodParameters;
    public List> methodAnnotations;
    public String rsPath;
    public String methodPath;

    @Override
    public String toString() {
        return "QMethodApi{" +
                "methodParameters=" + methodParameters +
                ", methodAnnotations=" + methodAnnotations +
                ", rsPath='" + rsPath + '\'' +
                ", methodPath='" + methodPath + '\'' +
                '}';
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy