javax.webbeans
Annotation Type Observable


@BindingType
@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD,FIELD,PARAMETER})
@Documented
public @interface Observable

Annotates a variable to be injected with an Event object that can be fired and observed by observer methods

Author:
David Allen, Gavin King



Copyright © 2008. All Rights Reserved.