com.firefly.annotation.Proxies Maven / Gradle / Ivy
The newest version!
package com.firefly.annotation;
import java.lang.annotation.*;
/**
* @author Pengtao Qiu
*/
@Target({ElementType.TYPE, ElementType.ANNOTATION_TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Proxies {
Proxy[] value();
}