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

ren.yale.java.aop.Before Maven / Gradle / Ivy

There is a newer version: 1.1.9
Show newest version
package ren.yale.java.aop;

import ren.yale.java.interceptor.Interceptor;

import java.lang.annotation.*;

/**
 * Created by yale on 2018/2/1.
 */
@Target({ElementType.TYPE, ElementType.METHOD})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Before {
    Class[] value();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy