Package org.jvnet.hk2.config
Annotation 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
Required ElementsModifier and TypeRequired ElementDescriptionClass<?>Configuredclass that the component will be associated with.
-
Element Details
-
value
Class<?> valueConfiguredclass that the component will be associated with.
-