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

com.github.yiuman.citrus.support.inject.InjectAnnotationParser Maven / Gradle / Ivy

There is a newer version: 0.15.0
Show newest version
package com.github.yiuman.citrus.support.inject;

import java.lang.annotation.Annotation;

/**
 * 注解注入解析器
 *
 * @author yiuman
 * @date 2020/7/23
 */
public interface InjectAnnotationParser {

    /**
     * 解析注解返回需要的对象
     *
     * @param annotation 当前解析的注解
     * @return 解析返回的对象
     */
    Object parse(A annotation);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy