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

com.fastchar.annotation.AFastBefore Maven / Gradle / Ivy

package com.fastchar.annotation;

import com.fastchar.interfaces.IFastInterceptor;

import java.lang.annotation.*;

@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.TYPE})
public @interface AFastBefore {
    Class[] value();
    int priority() default 0;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy