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

br.com.objectos.ui.html.ProtoMethodBuilder Maven / Gradle / Ivy

package br.com.objectos.ui.html;

import java.util.List;
import javax.annotation.Generated;

@Generated({
    "br.com.objectos.way.pojo.compiler.PojoCompiler",
    "br.com.objectos.way.pojo.plugin.ListPlugin",
    "br.com.objectos.way.pojo.plugin.StandardBuilderPropertyAction"
})
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(List attributeAnnotationList);

    ProtoMethodBuilderAttributeAnnotationList attributeAnnotationList(AttributeAnnotation... elements);
  }

  interface ProtoMethodBuilderAttributeAnnotationList {
    ProtoMethod build();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy