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

uncle.annotation.Aspect Maven / Gradle / Ivy

package uncle.annotation;

import java.lang.annotation.*;

/**
 * Created by hujianbo on 2018/1/19.
 */
@Target(ElementType.TYPE)
@Retention(RetentionPolicy.RUNTIME)
public @interface Aspect {
    
    Class value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy