Annotation Interface ExportComponent


@Documented @Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface ExportComponent
Information for bridge between Spring context and OSGi system which beans should be exported as services to OSGi.

Components annotated with this annotation will be automatically exported to OSGi in rarog-server module and in plugin that utilize spring-plugin-activator library

  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Class<?>[]
     
     
  • Element Details

    • value

      String value
      Default:
      ""
    • interfaces

      Class<?>[] interfaces
      Default:
      {}