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

xyz.block.ftl.javalang.deployment.FTLJavaProcessor Maven / Gradle / Ivy

There is a newer version: 0.415.1
Show newest version
package xyz.block.ftl.javalang.deployment;

import io.quarkus.deployment.annotations.BuildStep;
import xyz.block.ftl.deployment.DefaultOptionalBuildItem;

public class FTLJavaProcessor {
    @BuildStep
    public DefaultOptionalBuildItem defaultOptional() {
        return new DefaultOptionalBuildItem(false);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy