标签: java annotations
假设我们有一个静态字段:
public Foo { @SomeAnnotation("bop") public static Bar b = new Bar(); }
有没有办法在Bar构造函数中读取注释,或者读取注释的唯一方法是遍历Foo上的静态字段?