protected Constructors
Did you ever try to create an instance of a class with a protected constructor from outside its package? I ran into this need when working with JPAEntities of which i wanted to know initial field values. (yeah, i know ... Other labels:
java, reflection