Package io.micronaut.context.condition
Class NotInNativeImage
java.lang.Object
io.micronaut.context.condition.NotInNativeImage
- All Implemented Interfaces:
Condition
,Predicate<ConditionContext>
Condition to hide parts of an application that only work when running on the JVM.
Internal implementation is identical to {@code if (!ImageInfo.inImageCode()).
@author Sergio del Amo
@since 4.8.0