phax / jcodemodel

A heavily extended fork of the com.sun.codemodel (from 2013/09)
Other
92 stars 34 forks source link

Feature error types #36

Closed sviperll closed 8 years ago

sviperll commented 8 years ago

Add rebinding of error types. When java source code is processed by annotation processor it can contain references to not yet generated types. This references are represented with error types. This pull request allows to automatically bind error types to classes present in jcodemodel, but not outputted yet.

sviperll commented 8 years ago

I know I have repository access, but I'd like some code review...

phax commented 8 years ago

Will also check on MO