Overview

Although @EnabledInNativeImage and @DisabledInNativeImage are part of JUnit Jupiter, many Spring users don't realize that those annotations/conditions are available for use with Spring integration tests running in a GraalVM native image.

We should therefore add a note about them in the new documentation for @DisabledInAotMode.

Related Issues