You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@polygene.apache.org by Niclas Hedhman <ni...@hedhman.org> on 2015/09/07 10:33:43 UTC

javax.lang.model

We should learn what javax.lang.model provides. It might be useful for us.

Cheers

Re: javax.lang.model

Posted by Paul Merlin <pa...@nosphere.org>.
Niclas Hedhman a écrit :
> We should learn what javax.lang.model provides. It might be useful for us.
javax.lang.model is intended to be used from Annotation Processors to
parse java source at build time.