Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 958 Bytes

metatypeannotations.md

File metadata and controls

16 lines (11 loc) · 958 Bytes
layout class title summary
default
Builder
-metatypeannotations SELECTORS
Selects the packages that need processing for standard OSGi Metatype annotations.

The -metatypeannotations instruction tells bnd which bundle classes, if any, to search for Metatype Service annotations. bnd will then process those classes into Metatype XML resources.

The value of this instruction is a comma delimited list of fully qualified class names.

The default value of this instruction is *, which means that by default bnd will process all bundle classes looking for Metatype annotations.

The behavior of Metatype annotation processing can be further configured using the -metatypeannotations-options instruction.

source