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

com.github.zhengframework.eventbus.EventBusModuleProvider Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package com.github.zhengframework.eventbus;

import com.github.zhengframework.core.ModuleProvider;
import com.google.inject.Module;

public class EventBusModuleProvider implements ModuleProvider {

  @Override
  public Module getModule() {
    return new EventBusModule();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy