Annotation Interface CrowdImport


@Target({PARAMETER,FIELD}) @Retention(RUNTIME) public @interface CrowdImport
Annotation representing an OSGi service that's required to be imported into this bundle when running within Crowd. Can be applied to constructor params where the param type is a service interface exported by another bundle
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Override the default spring bean name to assign within this plugin for the imported OSGi service.
  • Element Details

    • value

      String value
      Override the default spring bean name to assign within this plugin for the imported OSGi service. Not usually needed.
      See Also:
      Default:
      ""