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