I\'m a little confused about the difference between the getFields method and the getDeclaredFields method when using Java reflection.
getFields
getDeclaredFields
I re
From Java Reflection tutorials: