标签: java reflection
免责声明:此处“最快”是指执行时间。
我正在尝试列出M注释的所有方法,如果它们在C注释的类中。
M
C
我知道我可以使用Reflections.getTypesAnnotatedWith获取类列表,然后遍历类,询问每个方法是否由M注释。但我想知道这是否是最快的方法!
Reflections.getTypesAnnotatedWith