DRAFT

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:
{}

DRAFT

Submit a bug or feature

Copyright © 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.

Generated on 3-November-2009 04:04