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

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

package com.aaronicsubstances.code.augmentor.ant;

public class Directive {
    private String value;

    public String getValue() {
        return value;
    }

    public void setValue(String value) {
        this.value = value;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy