refactored the spring symbol indexing mechanics, extracted the overall mechanism from the java specific parts to open it up for other file types

This commit is contained in:
Martin Lippert
2019-01-15 09:19:11 +01:00
parent 5b2b5e89af
commit 9ab5cd6c8d
32 changed files with 1672 additions and 775 deletions

View File

@@ -37,17 +37,11 @@
<classpathentry kind="src" path="target/generated-sources/annotations">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="ignore_optional_problems" value="true"/>
<attribute name="m2e-apt" value="true"/>
</attributes>
</classpathentry>
<classpathentry kind="src" output="target/test-classes" path="target/generated-test-sources/test-annotations">
<attributes>
<attribute name="optional" value="true"/>
<attribute name="maven.pomderived" value="true"/>
<attribute name="ignore_optional_problems" value="true"/>
<attribute name="m2e-apt" value="true"/>
<attribute name="test" value="true"/>
</attributes>
</classpathentry>