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

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 getAnnotation(); }





© 2015 - 2025 Weber Informatics LLC | Privacy Policy