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

br.com.objectos.way.code.ImportInfoBuilder Maven / Gradle / Ivy

package br.com.objectos.way.code;

import com.google.common.base.Optional;

@javax.annotation.Generated("br.com.objectos.way.auto.pojo.AutoPojoProcessor")
public interface ImportInfoBuilder {

  ImportInfoBuilderPackageInfo packageInfo(PackageInfo packageInfo);
  
  interface ImportInfoBuilderPackageInfo {
    ImportInfoBuilderName name(Optional name);
  }
  
  interface ImportInfoBuilderName {
    ImportInfoBuilderMetaStatic metaStatic(boolean metaStatic);
  }
    
  interface ImportInfoBuilderMetaStatic {
    ImportInfo build();
  }

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy