codemonstur.graalhelper.model.GraalField Maven / Gradle / Ivy
                 Go to download
                
        
                    Show more of this group  Show more artifacts with this name
Show all versions of graalhelper Show documentation
                Show all versions of graalhelper Show documentation
A maven plugin that generates a configuration file for Graal.
                
             The newest version!
        
        package codemonstur.graalhelper.model;
public final class GraalField {
    public final String name;
    public GraalField(final String name) {
        this.name = name;
    }
}
    © 2015 - 2025 Weber Informatics LLC | Privacy Policy