phax / jcodemodel

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

Implement error types, that are usefull for annotation processing #24

Closed sviperll closed 9 years ago

sviperll commented 9 years ago

Error types are actually useful for code generation in annotation processors.

Error types corresponds to javax.lang.model.type.ErrorType used in Java-compiler.