private AnnotationProcessorEnvironment mEnv;
private SimpleAnnotationProcessor(final AnnotationProcessorEnvironment theEnv) {
mEnv = theEnv;
mEnv.addListener(new RoundCompleteListener() {
public void roundComplete(final RoundCompleteEvent theEvent) {
Properties aProps = new Properties();
for (String aClass : mAnnotationClassMap.keySet()) {