仅获取您感兴趣的注释:
Annotation<Synchronised> annotation = entryClass.getAnnotation(Synchronised.class);
更新:
问题在于DexFile.getClass()显然返回了代理。OP已找到分析工具,并使用解决方案更新了问题。

仅获取您感兴趣的注释:
Annotation<Synchronised> annotation = entryClass.getAnnotation(Synchronised.class);
更新:
问题在于DexFile.getClass()显然返回了代理。OP已找到分析工具,并使用解决方案更新了问题。