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

com.github.charlemaznable.varys.spring.VarysComponents Maven / Gradle / Ivy

There is a newer version: 2023.0.4
Show newest version
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 {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy