javax.enterprise.inject
Annotation Type Typed


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

Used for defining explicit bean API types.


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

value

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


Copyright © 2010-2011 Sonatype, Inc.. All Rights Reserved.