javax.enterprise.inject
Annotation Type BeanTypes


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

Allows the bean types of a bean to be explicitly specified by the user, instead of using the transitive closure of the type hierarchy

Author:
Pete Muir

Optional Element Summary
 java.lang.Class<?>[] value
           
 

value

public abstract java.lang.Class<?>[] value
Default:
{}


Copyright © 2008-2009 Seam Framework. All Rights Reserved.