-dsannotations SELECTORS
Builder
-
Example:
-dsannotations: *
-
Pattern:
.*
The -dsannotations
instruction tells bnd which classes in your bundle should be scanned for Declarative Services (DS) annotations. bnd will process these classes and generate the necessary DS XML descriptors automatically.
You provide a comma-separated list of fully qualified class names or use *
to process all classes. This makes it easy to enable DS annotation processing for your entire bundle or for specific classes only.
You can further configure DS annotation processing using the -dsannotations-options
instruction.
TODO Needs review - AI Generated content