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

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

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

import com.flextrade.builder.builder.MatcherGenerator;

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

    public MatcherGeneratorMojo() {
        super(new MatcherGenerator());
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy