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

br.com.objectos.code.TestingConstructorInfoBuilder 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 TestingConstructorInfoBuilder {
  TestingConstructorInfoBuilderAccessInfo accessInfo(AccessInfo accessInfo);

  interface TestingConstructorInfoBuilderAccessInfo {
    TestingConstructorInfoBuilderParameterInfoList parameterInfoList(List parameterInfoList);

    TestingConstructorInfoBuilderParameterInfoList parameterInfoList(ParameterInfo... elements);
  }

  interface TestingConstructorInfoBuilderParameterInfoList {
    TestingConstructorInfo build();
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy