
br.com.objectos.ui.html.ProtoMethodBuilder Maven / Gradle / Ivy
The newest version!
package br.com.objectos.ui.html;
import java.util.List;
import javax.annotation.Generated;
@Generated("br.com.objectos.auto.pojo.AutoPojoProcessor")
interface ProtoMethodBuilder {
ProtoMethodBuilderNaming naming(ProtoNaming naming);
interface ProtoMethodBuilderNaming {
ProtoMethodBuilderTagName tagName(String tagName);
}
interface ProtoMethodBuilderTagName {
ProtoMethodBuilderClassSimpleName classSimpleName(String classSimpleName);
}
interface ProtoMethodBuilderClassSimpleName {
ProtoMethodBuilderContentModel contentModel(ContentModel contentModel);
}
interface ProtoMethodBuilderContentModel {
ProtoMethodBuilderAttributeAnnotationList attributeAnnotationList(AttributeAnnotation... elements);
ProtoMethodBuilderAttributeAnnotationList attributeAnnotationList(List attributeAnnotationList);
}
interface ProtoMethodBuilderAttributeAnnotationList {
ProtoMethod build();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy