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

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy