Revision: 282
Author: iroberts
Date: 2013-11-25 06:34:49 +0000 (Mon, 25 Nov 2013)
Log Message:
-----------
Just as we cannot refer to the type of the pojo class directly, we should also not
refer to non-primitive property types, since they too may be inaccessible classes.
Modified Paths:
--------------
trunk/pojomatic-all/pojomatic/src/main/java/org/pojomatic/internal/PojomatorByteCodeGenerator.java
trunk/pojomatic-all/pojomatic/src/test/java/org/pojomatic/internal/PojomatorFactoryTest.java
|