comment
This commit is contained in:
@@ -21,6 +21,7 @@ public class AstFileFinder {
|
||||
cu.accept(new ASTVisitor() {
|
||||
@Override
|
||||
public boolean visit(TypeDeclaration node) {
|
||||
// skip interfaces
|
||||
if (node.isInterface()) return true;
|
||||
for (Object modifier : node.modifiers()) {
|
||||
if (modifier instanceof Annotation annotation &&
|
||||
|
||||
Reference in New Issue
Block a user