org.jvnet.hk2.config
Annotation Type ConfiguredBy


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

TODO: still a work in progress

Author:
Kohsuke Kawaguchi

Required Element Summary
 Class<?> value
          Configured class that the component will be associated with.
 

Element Detail

value

public abstract Class<?> value
Configured class that the component will be associated with.



Copyright © 2012 Oracle Corporation. All Rights Reserved.