All content with label newinstance.
Related Labels:
java, reflection
protected Constructors(codesmell)
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