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

com.aaronicsubstances.code.augmentor.ant.GenCodeSpec Maven / Gradle / Ivy

package com.aaronicsubstances.code.augmentor.ant;

import java.io.File;

public class GenCodeSpec {
    private File file;

    public File getFile() {
        return file;
    }

    public void setFile(File file) {
        this.file = file;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy