Kotlin / binary-compatibility-validator

Public API management tool
Apache License 2.0
761 stars 55 forks source link

Support Java package-level annotations #175

Closed fzhinkin closed 5 months ago

fzhinkin commented 5 months ago

Support extraction of packages annotated with particular annotations. These packages could be then be retained as public packages or filtered out as ignored packages.

Closes #156