* @param archiveDeployerClassName the implementation class
* of ArchiveDeployer used as key
*/
public static void registerAnnotationHandler(
AnnotationHandler handler, String archiveDeployerClassName) {
ExtensionModuleAnnotationFactory factory =
ExtensionFactoryFactory.getExtensionModuleAnnotationFactory(
archiveDeployerClassName);
factory.registerAnnotationHandler(handler);
}