Annotation Interface ConfiguredWith


@Retention(RUNTIME) @Target(TYPE) public @interface ConfiguredWith
Annotation to specify the configuration class for a component.
Author:
Luca Frosini (ISTI-CNR)
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    The configuration class for the component.
  • Element Details