Remove outdated comment in NativeDetector

`-H:+InlineBeforeAnalysis` is enabled by default as of
GraalVM 21.3.
This commit is contained in:
Sébastien Deleuze 2022-03-29 08:32:02 +02:00
parent 50973f73c7
commit 77a8cbcbec
1 changed files with 0 additions and 3 deletions

View File

@ -19,9 +19,6 @@ package org.springframework.core;
/**
* A common delegate for detecting a GraalVM native image environment.
*
* <p>Requires using the {@code -H:+InlineBeforeAnalysis} native image compiler flag in order to allow code removal at
* build time.
*
* @author Sebastien Deleuze
* @since 5.3.4
*/