diff --git a/spring-core/src/main/java/org/springframework/core/NativeDetector.java b/spring-core/src/main/java/org/springframework/core/NativeDetector.java index f2f191747e..c3419e85c8 100644 --- a/spring-core/src/main/java/org/springframework/core/NativeDetector.java +++ b/spring-core/src/main/java/org/springframework/core/NativeDetector.java @@ -19,9 +19,6 @@ package org.springframework.core; /** * A common delegate for detecting a GraalVM native image environment. * - *
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 */