|
eclipse.preferences.version=1
|
|
org.eclipse.jdt.core.compiler.annotation.nonnull=org.springframework.lang.NonNull
|
|
org.eclipse.jdt.core.compiler.annotation.nullable=org.springframework.lang.Nullable
|
|
org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled
|
|
org.eclipse.jdt.core.compiler.problem.nullAnnotationInferenceConflict=warning
|
|
org.eclipse.jdt.core.compiler.problem.nullReference=warning
|
|
org.eclipse.jdt.core.compiler.problem.nullSpecViolation=warning
|
|
org.eclipse.jdt.core.compiler.problem.potentialNullReference=warning
|