Annotation Interface Service


@Qualifier @Documented @Target({FIELD,PARAMETER}) @Retention(RUNTIME) public @interface Service
Annotation to use with DI to support dynamics and multiple services
Since:
0.16
  • Element Details

    • dynamic

      boolean dynamic
      Returns:
      true to track dynamics e.g. in OSGi where services can come and go
      Default:
      true
    • filterExpression

      String filterExpression
      Returns:
      ldap filter expression
      Default:
      ""