1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-06-07 01:36:01 +02:00

Documentation improvement

This commit is contained in:
John Cortell 2009-12-10 21:42:09 +00:00
parent ceaa353fb9
commit 5687f0ee0f

View file

@ -117,10 +117,12 @@ abstract public class AbstractDsfService
* *
* @param classes * @param classes
* The class names under which the service can be located. For * The class names under which the service can be located. For
* convenience, [classes] need not contain {@link IDsfService} or this * convenience, [classes] need not contain {@link IDsfService} or
* base class; they are automatically added if not present. The * the runtime class of this object; they are automatically added
* class names in this array will be stored in the service's * if not present. The complete list of classes the service ends
* properties under the key {@link Constants#OBJECTCLASS}. * up being registered with in OSGi is recorded and made
* available via
* <code>getProperties().get(Constants.OBJECTCLASS)</code>
* @param properties * @param properties
* The properties for this service. The keys in the properties * The properties for this service. The keys in the properties
* object must all be <code>String</code> objects. See * object must all be <code>String</code> objects. See