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

goja.core.annotation.AppInterceptor Maven / Gradle / Ivy

The newest version!
package goja.core.annotation;

import java.lang.annotation.*;

/**
 * 

Global interceptor annotation.

* * @author sagyf yang * @version 1.0 2014-01-04 13:14 * @since JDK 1.6 */ @Inherited @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.TYPE}) public @interface AppInterceptor { }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy