
br.com.objectos.way.code.InterfaceInfoBuilderPojo Maven / Gradle / Ivy
package br.com.objectos.way.code;
import javax.annotation.Generated;
@Generated({
"br.com.objectos.way.pojo.compiler.PojoCompiler",
"br.com.objectos.way.pojo.plugin.StandardBuilderPropertyAction"
})
final class InterfaceInfoBuilderPojo implements InterfaceInfoBuilder, InterfaceInfoBuilder.InterfaceInfoBuilderTypeInfo {
private TypeInfo typeInfo;
public InterfaceInfoBuilderPojo() {
}
@Override
public InterfaceInfo build() {
return new InterfaceInfoPojo(this);
}
@Override
public InterfaceInfoBuilder.InterfaceInfoBuilderTypeInfo typeInfo(TypeInfo typeInfo) {
if (typeInfo == null) {
throw new NullPointerException();
}
this.typeInfo = typeInfo;
return this;
}
TypeInfo ___get___typeInfo() {
return typeInfo;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy