Re: [osgi-dev] @ProviderType and @ConsumerType

2019-09-20 Thread Thomas Watson via osgi-dev
By creating a package-info.java class in the package and placing the annotation on it.  This is similar to the @Version annotation you see in package-info classes in org.osgi packages. Tom      - Original message -From: "Leschke, Scott via osgi-dev" Sent by:

[osgi-dev] @ProviderType and @ConsumerType

2019-09-19 Thread Leschke, Scott via osgi-dev
The JavaDoc for org.osgi.annotation.versioning.ProviderType says: A package can be marked ProviderType. In this case, all types in the package are considered to be a provider type regardless of