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

javax.interceptor.ExcludeClassInterceptors Maven / Gradle / Ivy

The newest version!
/*
 * JBoss, the OpenSource J2EE webOS
 * 
 * Distributable under LGPL license.
 * See terms of license at gnu.org.
 */
package javax.interceptor;

import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.RetentionPolicy.RUNTIME;

import java.lang.annotation.Retention;
import java.lang.annotation.Target;

/**
 * 
 * @author Kabir Khan
 * @version $Revision: 101881 $
 */
@Target({METHOD}) @Retention(RUNTIME)
public @interface ExcludeClassInterceptors {

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy