br.com.objectos.ui.html.ProtoNamingBuilder Maven / Gradle / Ivy
The newest version!
package br.com.objectos.ui.html;
import com.squareup.javapoet.ClassName;
import com.squareup.javapoet.TypeName;
import com.squareup.javapoet.TypeVariableName;
import javax.annotation.Generated;
@Generated({
"br.com.objectos.way.pojo.compiler.PojoCompiler",
"br.com.objectos.way.pojo.plugin.StandardBuilderPropertyAction"
})
interface ProtoNamingBuilder {
ProtoNamingBuilderElementClassName elementClassName(ClassName elementClassName);
interface ProtoNamingBuilderElementClassName {
ProtoNamingBuilderTypeVariableName typeVariableName(TypeVariableName typeVariableName);
}
interface ProtoNamingBuilderTypeVariableName {
ProtoNamingBuilderProtoTypeVariableName protoTypeVariableName(TypeVariableName protoTypeVariableName);
}
interface ProtoNamingBuilderProtoTypeVariableName {
ProtoNamingBuilderSuperclassTypeName superclassTypeName(TypeName superclassTypeName);
}
interface ProtoNamingBuilderSuperclassTypeName {
ProtoNaming build();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy