it.ness.queryable.model.test.QMethodApi Maven / Gradle / Ivy
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