All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.timefold.solver.benchmark.quarkus.deployment.TimefoldBenchmarkProcessor$$accessor Maven / Gradle / Ivy

There is a newer version: 1.14.0
Show newest version
package ai.timefold.solver.benchmark.quarkus.deployment;
@io.quarkus.Generated("Quarkus annotation processor")
public final class TimefoldBenchmarkProcessor$$accessor {
    private TimefoldBenchmarkProcessor$$accessor() {}
    @SuppressWarnings("unchecked")
    public static Object get_timefoldBenchmarkBuildTimeConfig(Object __instance) {
        return ((TimefoldBenchmarkProcessor)__instance).timefoldBenchmarkBuildTimeConfig;
    }
    @SuppressWarnings("unchecked")
    public static void set_timefoldBenchmarkBuildTimeConfig(Object __instance, Object timefoldBenchmarkBuildTimeConfig) {
        ((TimefoldBenchmarkProcessor)__instance).timefoldBenchmarkBuildTimeConfig = (TimefoldBenchmarkBuildTimeConfig)timefoldBenchmarkBuildTimeConfig;
    }
    public static Object construct() {
        return new TimefoldBenchmarkProcessor();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy