br.com.objectos.schema.info.MigrationVersionBuilderPojo Maven / Gradle / Ivy
The newest version!
package br.com.objectos.schema.info;
import javax.annotation.Generated;
@Generated({
"br.com.objectos.pojo.compiler.PojoCompiler",
"br.com.objectos.pojo.plugin.StandardBuilderPropertyAction"
})
final class MigrationVersionBuilderPojo implements MigrationVersionBuilder, MigrationVersionBuilder.MigrationVersionBuilderPrefix {
private String prefix;
public MigrationVersionBuilderPojo() {
}
@Override
public MigrationVersion build() {
return new MigrationVersionPojo(this);
}
@Override
public MigrationVersionBuilder.MigrationVersionBuilderPrefix prefix(String prefix) {
if (prefix == null) {
throw new NullPointerException();
}
this.prefix = prefix;
return this;
}
String ___get___prefix() {
return prefix;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy