Searched defs:ApiMethod (Results 1 – 1 of 1) sorted by relevance
24 class ApiMethod implements Comparable<ApiMethod> { class36 ApiMethod(String name, List<String> parameterTypes, String returnType, boolean deprecated) { in ApiMethod() method in ApiMethod