javax.enterprise.context
Annotation Type Dependent


@Target(value={METHOD,TYPE,FIELD})
@Retention(value=RUNTIME)
@Documented
@ScopeType(normal=false)
@Inherited
public @interface Dependent

Specifies that a bean is dependent scoped.

Author:
Gavin King, Pete Muir



Copyright © 2008-2009. All Rights Reserved.