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

com.greenfrvr.annyprefs.compiler.components.util.Generator Maven / Gradle / Ivy

package com.greenfrvr.annyprefs.compiler.components.util;

import java.io.IOException;

import javax.annotation.processing.Filer;

/**
 * Created by greenfrvr
 */
public interface Generator {

    void generate(Filer filer) throws IOException;

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy