org.jboss.seam.annotations.intercept
Annotation Type BypassInterceptors


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

Disables interception of calls to a Seam component or Seam component method.

Author:
Gavin King