
br.com.objectos.way.code.FieldInfoBuilder Maven / Gradle / Ivy
package br.com.objectos.way.code;
import java.util.List;
import javax.annotation.Generated;
@Generated({
"br.com.objectos.way.pojo.compiler.PojoCompiler",
"br.com.objectos.way.pojo.plugin.ListPlugin",
"br.com.objectos.way.pojo.plugin.StandardBuilderPropertyAction"
})
public interface FieldInfoBuilder {
FieldInfoBuilderAnnotationInfoList annotationInfoList(List annotationInfoList);
FieldInfoBuilderAnnotationInfoList annotationInfoList(AnnotationInfo... elements);
interface FieldInfoBuilderAnnotationInfoList {
FieldInfoBuilderSimpleTypeInfo simpleTypeInfo(SimpleTypeInfo simpleTypeInfo);
}
interface FieldInfoBuilderSimpleTypeInfo {
FieldInfoBuilderName name(String name);
}
interface FieldInfoBuilderName {
FieldInfo build();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy