javax.enterprise.inject
Annotation Type Any


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

A built-in binding type that is implicitly applied to all beans which do not have the New built-in binding type.

Author:
Gavin King, David Allen



Copyright © 2008-2009. All Rights Reserved.