javax.enterprise.inject
Annotation Type Typed


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

Used for definining explicit bean api types.

Version:
$Rev: 905874 $ $Date: 2010-02-03 04:01:05 +0100 (Mi, 03. Feb 2010) $

Optional Element Summary
 Class<?>[] value
           
 

value

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


Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.