获取静态字段上的注释

时间:2019-02-14 03:13:05

标签: java annotations

假设我们有一个静态字段:

public Foo {

  @SomeAnnotation("bop")
  public static Bar b = new Bar();

}

有没有办法在Bar构造函数中读取注释,或者读取注释的唯一方法是遍历Foo上的静态字段?

0 个答案:

没有答案