javax.event
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 bean declaring the observer method already exists.

Author:
Gavin King, Pete Muir



Copyright © 2008-2009. All Rights Reserved.