org.jboss.seam.annotations
Annotation Type Intercept


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

Specifies the interception type of a Seam component.

Author:
Gavin King

Required Element Summary
 InterceptionType value
           
 

Element Detail

value

public abstract InterceptionType value