Annotation Interface AquimaExpander


@Component @Retention(RUNTIME) @Target(TYPE) public @interface AquimaExpander
Annotation for classes that are Aquima container expanders (e.g. containers).
Since:
8.0
Author:
Danny Roest
See Also:
  • IContainerExpander
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Returns the name of the expander (container).
  • Element Details

    • value

      String value
      Returns the name of the expander (container).
      Returns:
      the name of the expander (container).