io.quarkus.runtime.LiveReloadConfig$$accessor Maven / Gradle / Ivy
The newest version!
package io.quarkus.runtime;
@io.quarkus.Generated("Quarkus annotation processor")
public final class LiveReloadConfig$$accessor {
private LiveReloadConfig$$accessor() {}
@SuppressWarnings("unchecked")
public static boolean get_enabled(Object __instance) {
return ((LiveReloadConfig)__instance).enabled;
}
@SuppressWarnings("unchecked")
public static void set_enabled(Object __instance, boolean enabled) {
((LiveReloadConfig)__instance).enabled = enabled;
}
@SuppressWarnings("unchecked")
public static boolean get_instrumentation(Object __instance) {
return ((LiveReloadConfig)__instance).instrumentation;
}
@SuppressWarnings("unchecked")
public static void set_instrumentation(Object __instance, boolean instrumentation) {
((LiveReloadConfig)__instance).instrumentation = instrumentation;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy