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

br.com.objectos.way.code.ClassInfoBuilderPojo Maven / Gradle / Ivy

There is a newer version: 0.6.0
Show newest version
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 ClassInfoBuilderPojo implements ClassInfoBuilder, ClassInfoBuilder.ClassInfoBuilderTypeInfo {
  private TypeInfo typeInfo;

  public ClassInfoBuilderPojo() {
  }

  @Override
  public ClassInfo build() {
    return new ClassInfoPojo(this);
  }

  @Override
  public ClassInfoBuilder.ClassInfoBuilderTypeInfo 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