<classpathentry kind="src" path=".apt_generated">
<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"/>
</attributes>
</classpathentry>
<classpathentry kind="output" path="target/classes"/>
org.eclipse.jdt.core.compiler.problem.deprecationWhenOverridingDeprecatedMethod=disabled
org.eclipse.jdt.core.compiler.problem.discouragedReference=warning
org.eclipse.jdt.core.compiler.problem.emptyStatement=warning
++org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.explicitlyClosedAutoCloseable=warning
org.eclipse.jdt.core.compiler.problem.fallthroughCase=warning
org.eclipse.jdt.core.compiler.problem.redundantSuperinterface=error
org.eclipse.jdt.core.compiler.problem.reportMethodCanBePotentiallyStatic=ignore
org.eclipse.jdt.core.compiler.problem.reportMethodCanBeStatic=ignore
++org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
org.eclipse.jdt.core.compiler.problem.specialParameterHidingField=disabled
org.eclipse.jdt.core.compiler.problem.staticAccessReceiver=error
org.eclipse.jdt.core.compiler.problem.suppressOptionalErrors=disabled