com.github.charlemaznable.bunny.client.spring.BunnyOhClientComponents Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of bunny-client Show documentation
Show all versions of bunny-client Show documentation
Bunny rabbits will skip hand-in-hand with baby lambs across sunny green meadows.
package com.github.charlemaznable.bunny.client.spring;
import com.github.charlemaznable.bunny.client.ohclient.BunnyOhClient;
import com.github.charlemaznable.core.net.ohclient.OhScan;
import com.github.charlemaznable.core.spring.ComplexComponentScan;
import com.github.charlemaznable.core.spring.ComplexImport;
@ComplexImport
@ComplexComponentScan(basePackageClasses = BunnyOhClient.class)
@OhScan(basePackageClasses = BunnyOhClient.class)
public final class BunnyOhClientComponents {
}