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

com.cedarsoft.photos.di.Modules Maven / Gradle / Ivy

package com.cedarsoft.photos.di;

import com.google.common.collect.ImmutableList;
import com.google.inject.Module;

import javax.annotation.Nonnull;

/**
 * Offers methods related to DI
 *
 * @author Johannes Schneider ([email protected])
 */
public class Modules {
  private Modules() {
  }

  /**
   * Returns the modules
   */
  @Nonnull
  public static Iterable getModules() {
    return ImmutableList.of(new StorageModule());
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy