top.wboost.common.manager.AnnotationManager Maven / Gradle / Ivy
package top.wboost.common.manager;
import top.wboost.common.annotation.parameter.ParameterConfig;
public interface AnnotationManager {
public Object resolve(Class extends ParameterConfig> annotationClass);
}