到目前为止,有一种比列出的方法更短的方法:
Reflections r = new Reflections(this.getClass().getPackage().getName());Set<Field> fields = r.getFieldsAnnotatedWith(Id.class);

到目前为止,有一种比列出的方法更短的方法:
Reflections r = new Reflections(this.getClass().getPackage().getName());Set<Field> fields = r.getFieldsAnnotatedWith(Id.class);