--
You received this message because you are subscribed to the Google Groups "bndtools-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bndtools-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bndtools-users/7e121f98-7c0f-42fe-a895-82c78151d01cn%40googlegroups.com.
Bnd is seeing that your API (exported packages) has non-exported packages in its API signature. This could mean super types, implemented interfaces, method parameter types, return types. That is, Bnd is telling you that you have a potential error in your API that would prevent a user of your API from being able to fully use it since the user would have no visibility to the non-exported packages.
--
You received this message because you are subscribed to the Google Groups "bndtools-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to bndtools-user...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/bndtools-users/4a04e4f8-1de2-401d-9e40-c21c42ebc711n%40googlegroups.com.