com.magician.route.commons.annotation.Interceptor Maven / Gradle / Ivy
The newest version!
package com.magician.route.commons.annotation;
import java.lang.annotation.*;
@Target({ElementType.TYPE})
@Retention(RetentionPolicy.RUNTIME)
@Documented
public @interface Interceptor {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy