This commit is contained in:
Anuken
2018-06-25 18:48:01 -04:00
parent b9b34eea37
commit f61f8a36f8
@@ -88,7 +88,7 @@ public class RemoteMethodAnnotationProcessor extends AbstractProcessor {
orderedElements.sort(Comparator.comparing(Object::toString)); orderedElements.sort(Comparator.comparing(Object::toString));
//create methods //create methods
for (Element element : elements) { for (Element element : orderedElements) {
Remote annotation = element.getAnnotation(Remote.class); Remote annotation = element.getAnnotation(Remote.class);
//check for static //check for static