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

com.github.ydoc.core.AnnotationProxy Maven / Gradle / Ivy

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