Tuesday, November 29, 2011

[OSGI]What is optional dependency

plug-in prerequisite elements can be made optional by adding the optional="true" attribute in Manifest file(see below for an example). Marking an import as optional simply states that if the specified plug-in is not found at runtime, the dependent plug-in should be left enabled.
Category:Eclipse Interview Questions

No comments:

Post a Comment