Get fields through reflection in particular order

Hi Guys, How I may receive declared class fields in declaring order?
[82 byte] By [dbes@isd.dp.uaa] at [2007-11-27 3:15:05]
# 1
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?
georgemca at 2007-7-12 8:17:37 > top of Java-index,Java Essentials,Java Programming...