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
 Class<?>[] value
           
 

Element Detail

value

public abstract Class<?>[] value


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