Replaced annotation parsing with restoring the annotation tables to the
database.
Change-Id: I79b33e4634642bcff42f79d8132964afdc123024
diff --git a/full/src/main/resources/default-config.xml b/full/src/main/resources/default-config.xml
index 0883b8e..f5c1352 100644
--- a/full/src/main/resources/default-config.xml
+++ b/full/src/main/resources/default-config.xml
@@ -194,8 +194,8 @@
<constructor-arg name="properties" ref="props" />
</bean>
- <bean id="initializator" class="de.ids_mannheim.de.init.InitializatorImpl"
- init-method="initAnnotation">
+ <bean id="initializator" class="de.ids_mannheim.de.init.Initializator"
+ init-method="init">
</bean>
<bean id="vcLoader" class="de.ids_mannheim.de.init.VCLoaderImpl"/>