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

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

package br.com.objectos.ui.html;

import com.squareup.javapoet.ClassName;
import javax.annotation.Generated;

@Generated({
    "br.com.objectos.way.pojo.compiler.PojoCompiler",
    "br.com.objectos.way.pojo.plugin.StandardBuilderPropertyAction"
})
interface ChildBuilder {
  ChildBuilderParentClassName parentClassName(ClassName parentClassName);

  interface ChildBuilderParentClassName {
    ChildBuilderTagName tagName(String tagName);
  }

  interface ChildBuilderTagName {
    ChildBuilderChildClassName childClassName(ClassName childClassName);
  }

  interface ChildBuilderChildClassName {
    ChildBuilderInnerClassName innerClassName(ClassName innerClassName);
  }

  interface ChildBuilderInnerClassName {
    Child build();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy