Archive for the 'Reflection' Category
Beautiful Java: Reflection and the BeanCopier
5 Comments Published November 23rd, 2007 in Beautiful Java, Java, ReflectionWhen reading about reflection on the beautiful code website I thought about solving some problems with reflection and finding new solutions to old problems. One problem is boring code when writing a copy constructor. A copy constructor is a constructor which takes another object and copies it’s attributes. This is often useful when copying objects […]