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

com.atlassian.bamboo.specs.api.codegen.CodeEmitter Maven / Gradle / Ivy

There is a newer version: 10.2.0
Show newest version
package com.atlassian.bamboo.specs.api.codegen;

import org.jetbrains.annotations.NotNull;

/**
 * BambooSpecs generator for a specific field or type.
 */
public interface CodeEmitter {
    @NotNull
    String emitCode(@NotNull CodeGenerationContext context, @NotNull T value) throws CodeGenerationException;
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy