标签: java annotations
我想知道是否可以通过注释找到类。 例如:
@MyAnnotation(string = "some string") class Annotated class { some methods...}
所以我可以在我的包中找到这个类,其中我有许多其他类和另一个注释......
只是想知道是否可能
由于
答案 0 :(得分:0)
如果您正在使用Eclipse,则可以右键单击注释,转到References,然后选择要搜索的范围。
References