Get fields through reflection in particular order
Hi Guys, How I may receive declared class fields in declaring order?
if they don't already come out of Class.getDeclaredFields in order - and I don't think they do - then you can't, without using something to parse the actual class file or something. why would you need that, anyway?