Bug 568208 - IContentDescriber Javadoc should also reference Bundle-ActivationPolicy
Summary: IContentDescriber Javadoc should also reference Bundle-ActivationPolicy
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Resources (show other bugs)
Version: 4.18   Edit
Hardware: All All
: P3 minor (vote)
Target Milestone: ---   Edit
Assignee: Platform-Resources-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-10-25 05:40 EDT by Andrew Johnson CLA
Modified: 2020-10-25 05:40 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Johnson CLA 2020-10-25 05:40:49 EDT
The Javadoc for IContentDescriber says:

It is expected that content describer implementations be declared in a package that is exempt from plug-in activation (using the Eclipse-AutoStart bundle manifest header).

I think the proper OSGi way now is using:
Bundle-ActivationPolicy: lazy;exclude:=

so the Javadoc could be updated. Please check though.

The help could also be updated at
https://help.eclipse.org/2019-12/topic/org.eclipse.platform.doc.isv/guide/runtime_content_contributing.htm

and that could link to the right section in https://help.eclipse.org/2019-12/topic/org.eclipse.platform.doc.isv/reference/misc/bundle_manifest.html