Added converter and property getter/setter caching The ConverstionUtil.getConverter result is now cached (including nulls) Added caches for annotated property getters and settings and moved code to ReflectionUtil class Fix for restws-482
Updated as per Rafal's comments. Added copyright to new files. Updated ResourceDocGenerator so that GenericChildResource is ignored. Made TypeVariable cache thread-safe. Moved TypeVariable processing into convert overload.