public void postConstruct() {
if (systemProcessor == null) {
// initialize our system annotation processor...
systemProcessor = new AnnotationProcessorImpl();
for (AnnotationHandler anHandler : handlers) {
systemProcessor.pushAnnotationHandler(anHandler);
annotationClassNames.add("L" +
anHandler.getAnnotationType().getName().
replace('.', '/') + ";");