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

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

The newest version!
package br.com.objectos.ui.html;

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

@Generated({
    "br.com.objectos.way.pojo.compiler.PojoCompiler",
    "br.com.objectos.way.pojo.plugin.StandardBuilderPropertyAction"
})
interface AttributeAnnotationBuilder {
  AttributeAnnotationBuilderName name(String name);

  interface AttributeAnnotationBuilderName {
    AttributeAnnotationBuilderIdentifier identifier(String identifier);
  }

  interface AttributeAnnotationBuilderIdentifier {
    AttributeAnnotationBuilderTypeName typeName(TypeName typeName);
  }

  interface AttributeAnnotationBuilderTypeName {
    AttributeAnnotation build();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy