com.flextrade.builder.builder.Builder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of pojobuilder-maven-plugin Show documentation
Show all versions of pojobuilder-maven-plugin Show documentation
Maven Plugin which generates Builders and matchers
package com.flextrade.builder.builder;
import com.sun.codemodel.JCodeModel;
public interface Builder {
public JCodeModel fromClass(Class> clazz);
}