javax.inject
Annotation Type Obtains


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

Annotates a variable to be injected with an Instance object.

Author:
Gavin King



Copyright © 2008-2009. All Rights Reserved.