Testing annotation processors

Does anyone have any experience with unit-testing annotation processors? I'm working on an annotation processor that checks various constrains on declarations and issues warnings if something's wrong. Is is possible to test something like that short of "brute force", running APT and then parsing the output?

[317 byte] By [cplesnera] at [2007-10-3 7:16:07]
# 1
Christian, did you try http://forum.java.sun.com/forum.jspa?forumID=514 (annotation processing forum)?
PeterAhea at 2007-7-15 2:12:53 > top of Java-index,Developer Tools,Java Compiler...