org.jboss.ejb3.interceptors.aop.annotation
Annotation Type InterceptorOrder


@Target(value={TYPE,METHOD})
@Retention(value=RUNTIME)
public @interface InterceptorOrder

Used internally to specify the order of interceptors.

Version:
$Revision: 68988 $
Author:
Carlo de Wolf

Required Element Summary
 java.lang.Class<?>[] value
           
 

Element Detail

value

public abstract java.lang.Class<?>[] value


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.