![JAR search and dependency download from the Maven repository](/logo.png)
com.github.ydoc.core.AnnotationProxy Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ydoc-spring-boot-starter Show documentation
Show all versions of ydoc-spring-boot-starter Show documentation
YDoc一款低侵入性、简洁并同时支持SwaggerUi和YApi的文档生成器
The newest version!
package com.github.ydoc.core;
import java.lang.annotation.Annotation;
/**
* 注解的实例是代理类型,需要做特殊处理
*
* @author nobugboy
*/
public interface AnnotationProxy {
/**
* set proxy
*
* @param proxy any annotation
*/
void setProxy(T proxy);
/**
* get (T) proxy
*
* @return proxy
*/
T getProxy();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy