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, newinstance
Java Reflection(codesmell)
I just wrote a library that (de)serializes command objects after transmitting over network. Before executing, i´d like to (re)inject members annotated with Guices @Inject annotation. I did some Reflection before, but never ... Other labels:
java, guice