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

com.github.charlemaznable.bunny.client.guice.BunnyEventBusModular Maven / Gradle / Ivy

Go to download

Bunny rabbits will skip hand-in-hand with baby lambs across sunny green meadows.

There is a newer version: 2023.0.4
Show newest version
package com.github.charlemaznable.bunny.client.guice;

import com.github.charlemaznable.bunny.client.config.BunnyClientConfig;
import com.google.inject.Module;

public final class BunnyEventBusModular extends AbstractBunnyModular {

    public BunnyEventBusModular() {
        super();
    }

    public BunnyEventBusModular(Class configClass) {
        super(configClass);
    }

    public BunnyEventBusModular(BunnyClientConfig configImpl) {
        super(configImpl);
    }

    public BunnyEventBusModular(Module configModule) {
        super(configModule);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy