org.jvnet.hk2.config
Annotation Type ConfiguredBy


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

Contract-like annotation used on services indicating that their lifecycle is governed by the Configured bean they are associated with, and configured by.

Author:
Kohsuke Kawaguchi, Jeff Trent

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 © 2013 Oracle Corporation. All Rights Reserved.