javax.interceptor
Annotation Type Interceptor


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

Specifies that a class is an interceptor.

Author:
Gavin King



Copyright © 2008-2009. All Rights Reserved.