java.lang.Object
io.micronaut.starter.feature.reloading.Jrebel
All Implemented Interfaces:
io.micronaut.core.naming.Described, io.micronaut.core.naming.Named, io.micronaut.core.order.Ordered, Feature, OneOfFeature, OpenRewriteFeature, JvmArgumentsFeature, ReloadingFeature

@Requires(property="micronaut.starter.feature.jrebel.enabled", value="true", defaultValue="true") @Singleton public class Jrebel extends Object implements ReloadingFeature, JvmArgumentsFeature, OpenRewriteFeature
Feature to enable class reloading with the JRebel JVM agent.

Adds JRebel support, including necessary JVM arguments and build tool configurations for Maven and Gradle (requires a separate JRebel installation).