org.jvnet.hk2.config
Annotation Type InjectionTarget


@Contract
@Retention(value=RUNTIME)
@Target(value=TYPE)
@Qualifier
public @interface InjectionTarget

Used on ConfigInjector to indicate the target class of the injection.

Author:
Kohsuke Kawaguchi

Required Element Summary
 Class<?> value
           
 

Element Detail

value

@Index
public abstract Class<?> value


Copyright © 2013 Oracle Corporation. All Rights Reserved.