site.sorghum.anno._annotations.Proxy Maven / Gradle / Ivy
The newest version!
package site.sorghum.anno._annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* 标记一个类是代理类,仅在 solon 中有效
*
* @author songyinyin
* @since 2023/7/30 20:53
*/
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
public @interface Proxy {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy