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

br.com.objectos.code.TestingFieldInfoBuilder Maven / Gradle / Ivy

The newest version!
package br.com.objectos.code;

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

@Generated({
    "br.com.objectos.pojo.compiler.PojoCompiler",
    "br.com.objectos.pojo.plugin.ListPlugin",
    "br.com.objectos.pojo.plugin.StandardBuilderPropertyAction"
})
public interface TestingFieldInfoBuilder {
  TestingFieldInfoBuilderAnnotationInfoList annotationInfoList(List annotationInfoList);

  TestingFieldInfoBuilderAnnotationInfoList annotationInfoList(AnnotationInfo... elements);

  interface TestingFieldInfoBuilderAnnotationInfoList {
    TestingFieldInfoBuilderSimpleTypeInfo simpleTypeInfo(SimpleTypeInfo simpleTypeInfo);
  }

  interface TestingFieldInfoBuilderSimpleTypeInfo {
    TestingFieldInfoBuilderName name(String name);
  }

  interface TestingFieldInfoBuilderName {
    TestingFieldInfo build();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy