}
private static synchronized void init() {
if (systemProcessor == null) {
// initialize our system annotation processor...
systemProcessor = new AnnotationProcessorImpl();
for (AnnotationHandler anHandler : getSystemAnnotationHandlers()) {
systemProcessor.pushAnnotationHandler(anHandler);
annotationClassNames.add("L" +
anHandler.getAnnotationType().getName().
replace('.', '/') + ";");