2025-12-14 22:50:00 +09:00
|
|
|
eclipse.preferences.version=1
|
2026-02-14 08:19:58 +09:00
|
|
|
org.eclipse.jdt.core.classpath.outputOverlappingAnotherSource=ignore
|
2025-12-14 22:50:00 +09:00
|
|
|
org.eclipse.jdt.core.compiler.annotation.missingNonNullByDefaultAnnotation=ignore
|
|
|
|
|
org.eclipse.jdt.core.compiler.annotation.nonnull=javax.annotation.Nonnull
|
|
|
|
|
org.eclipse.jdt.core.compiler.annotation.nonnullbydefault=javax.annotation.ParametersAreNonnullByDefault
|
|
|
|
|
org.eclipse.jdt.core.compiler.annotation.nullable=javax.annotation.Nullable
|
|
|
|
|
org.eclipse.jdt.core.compiler.annotation.nullanalysis=enabled
|
2026-02-14 08:19:58 +09:00
|
|
|
org.eclipse.jdt.core.compiler.codegen.targetPlatform=21
|
|
|
|
|
org.eclipse.jdt.core.compiler.compliance=21
|
2025-12-14 22:50:00 +09:00
|
|
|
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
|
|
|
|
|
org.eclipse.jdt.core.compiler.problem.syntacticNullAnalysisForFields=enabled
|
2026-02-14 08:19:58 +09:00
|
|
|
org.eclipse.jdt.core.compiler.source=21
|