TaskListener is a mechanism on the Tree API to monitor the progress of a JavacTask. It should be notified when annotation processing occurs, and whether or not this is the last round.
.
.
.
.
.
.
- relates to
-
JDK-6406771 Tree API clients need access to the compiler's line number table
- Closed