
cloud.agileframework.mvc.annotation.Parsing Maven / Gradle / Ivy
package cloud.agileframework.mvc.annotation;
import java.lang.annotation.Annotation;
/**
* 描述:
* 创建时间:2018/11/29
*
* @author 佟盟
* @version 1.0
* @since 1.0
*/
public interface Parsing {
/**
* 获取该注解解析器所服务的注解类型
*
* @return 所服务的注解类型
*/
Class extends Annotation> getAnnotation();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy