This commit is contained in:
Anuken 2018-06-25 18:48:01 -04:00
parent b9b34eea37
commit f61f8a36f8

View File

@ -88,7 +88,7 @@ public class RemoteMethodAnnotationProcessor extends AbstractProcessor {
orderedElements.sort(Comparator.comparing(Object::toString));
//create methods
for (Element element : elements) {
for (Element element : orderedElements) {
Remote annotation = element.getAnnotation(Remote.class);
//check for static