com.github.charlemaznable.varys.spring.VarysComponents Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of varys-java-driver Show documentation
Show all versions of varys-java-driver Show documentation
Java client for varys(https://github.com/CharLemAznable/varys).
package com.github.charlemaznable.varys.spring;
import com.github.charlemaznable.core.net.ohclient.OhScan;
import com.github.charlemaznable.core.spring.ComplexComponentScan;
import com.github.charlemaznable.core.spring.ComplexImport;
import com.github.charlemaznable.varys.impl.Query;
@ComplexImport
@ComplexComponentScan(basePackageClasses = Query.class)
@OhScan(basePackageClasses = Query.class)
public final class VarysComponents {
}