VMFeature

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class VMFeature

VM Feature

Annotates a GraalVM Native Image Feature implementation; such classes configure the compiler and are inert at actual execution time.