Lightweight (static, compile-time) java reflection – enum of fields of class? (for mapping: ORM, http, etc)
is there some type of reflection in Java that is simply an enum of the fields in a class?
is there some type of reflection in Java that is simply an enum of the fields in a class?