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

com.flextrade.builder.BuilderGeneratorMojo Maven / Gradle / Ivy

There is a newer version: 1.0.1
Show newest version
package com.flextrade.builder;

import com.flextrade.builder.builder.BuilderGenerator;

/**
 * Echos an object string to the output screen.
 * @goal build-builders
 * @requiresProject true
 */
public class BuilderGeneratorMojo extends AbstractBuilderMojo {

    public BuilderGeneratorMojo() {
        super(new BuilderGenerator());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy