commit | c962de6e055cf0ade6cbdb9907d0d93481a660d1 | [log] [tgz] |
---|---|---|
author | Konrad Windszus <kwin@apache.org> | Tue Oct 17 16:10:20 2023 +0200 |
committer | Konrad Windszus <kwin@apache.org> | Tue Oct 17 16:10:20 2023 +0200 |
tree | 3de9276211c2c49fd7b73eb1eee9ff6f7dfae89e | |
parent | e8a1180505749a246d778f93b10261911ebcb267 [diff] |
Add Jenkinsfile Add meta documentation (contributing, code of conduct, license)
This module contain analyser tasks which analyse classes contained in Sling features' OSGi bundles. For further information refer to Sling Feature Model Analyser
Below is a list of built-in analysers.
prevent-provider-type-impls
This analyser makes sure that no class implements or extends any type marked as provider with annotation org.osgi.annotation.versioning.ProviderType
.