The -bundleannotations
instruction tells bnd which bundle classes, if any, to search for OSGi Bundle annotations. bnd will then process those annotations into manifest headers.
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 Bundle annotations.