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

com.malinskiy.sheldon.codegen.model.Generatable Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package com.malinskiy.sheldon.codegen.model;

import com.malinskiy.sheldon.codegen.ProcessingException;
import com.squareup.javapoet.TypeSpec;

public interface Generatable {

    void generateCode(TypeSpec.Builder builder) throws ProcessingException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy