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

com.github.datalking.context.annotation.AnnotationConfigRegistry Maven / Gradle / Ivy

The newest version!
package com.github.datalking.context.annotation;

/**
 * 注解扫描与注册接口
 *
 * @author yaoo on 4/9/18
 */
public interface AnnotationConfigRegistry {

    void scan(String... basePackages);

    void register(Class... annotatedClasses);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy