Annotation Interface ConfiguredBy


@Contract @Retention(RUNTIME) @Target(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

    Required Elements
    Modifier and Type
    Required Element
    Description
    Configured class that the component will be associated with.
  • Element Details

    • value

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