org.jboss.seam.annotations
Annotation Type Around


@Target(value=TYPE)
@Retention(value=RUNTIME)
@Documented
public @interface Around

Specifies that an interceptor is called "around" another interceptor or interceptors.

Author:
Gavin King

Required Element Summary
 Class[] value
           
 

Element Detail

value

public abstract Class[] value