com.github.datalking.context.annotation.AnnotationConfigRegistry Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of play-ioc Show documentation
Show all versions of play-ioc Show documentation
simple ioc container with aop support.
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