javax.webbeans
Annotation Type IfExists


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
@Documented
public @interface IfExists

Specifies that an observer method is only called if the current instance of the Web Bean declaring the observer method already exists.

Author:
Gavin King, Pete Muir



Copyright © 2008. All Rights Reserved.