diff --git a/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxAttributeDefinition.java b/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxAttributeDefinition.java index e91eed867c1..5bca9c86dd8 100644 --- a/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxAttributeDefinition.java +++ b/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxAttributeDefinition.java @@ -17,10 +17,11 @@ * attribute definition} allowing access to any * {@link Extendable#getExtensionAttributes(String) extension attributes} * provided by third parties. - *
+ ** For example, an Equinox attribute definition will contain all XML attributes * specified as part of the <AD/> element with namespaces other than the * metatype namespace as extension attributes. + *
* * @since 1.2 * @noimplement This interface is not intended to be implemented by clients. diff --git a/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxObjectClassDefinition.java b/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxObjectClassDefinition.java index 33a5df78656..7799b02fffd 100644 --- a/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxObjectClassDefinition.java +++ b/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/EquinoxObjectClassDefinition.java @@ -17,10 +17,11 @@ * object class definition} allowing access to any * {@link Extendable#getExtensionAttributes(String) extension attributes} * provided by third parties. - * + ** For example, an Equinox object class definition will contain all XML * attributes specified as part of the <OCD/> element with namespaces * other than the metatype namespace as extension attributes. + *
* * @since 1.2 */ diff --git a/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/Extendable.java b/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/Extendable.java index 25c304e59dc..39c55bbb922 100644 --- a/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/Extendable.java +++ b/bundles/org.eclipse.equinox.metatype/src/org/eclipse/equinox/metatype/Extendable.java @@ -19,8 +19,8 @@ * a custom property added by a third party. * * The use case for this interface was to expose third party attributes included - * in the metadata XML on elements that support* Extension of MetaTypeProvider + *
** Provides methods to: - *
- * - getPids() get the Pids for a given Locale - *
- * - getFactoryPids() get the Factory Pids for a given Locale - *
+ *
+ *- * Trusting Authorization objects. + *
* There are no restrictions regarding the creation of Authorization objects. * Hence, a service must only accept Authorization objects from bundles that has