m_fileNames= files;
m_outDir= destDir;
m_qdox= new JavaDocBuilder();
Class<IAnnotation>[] annotations= AnnotationHelper.getAllAnnotations();
m_annotationMap= new HashMap<String, Class<IAnnotation>>(annotations.length);
JDK14TagFactory factory= new JDK14TagFactory();
for(Class<IAnnotation> clazz : annotations) {
m_annotationMap.put(factory.getTagName(clazz), clazz);
}
}