Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-04-24 17:55:55 +0000
committerThomas Watson2008-04-24 17:55:55 +0000
commit9c8ad809cea4db22dce6cf5299214bc17ced77aa (patch)
treeb2a20cf7272f07b6359a4ddc2df84c517e9ed5a5 /bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http
parentbfe7efce1aabfbdf8fb56efcf5173c8cf7d26941 (diff)
downloadrt.equinox.bundles-9c8ad809cea4db22dce6cf5299214bc17ced77aa.tar.gz
rt.equinox.bundles-9c8ad809cea4db22dce6cf5299214bc17ced77aa.tar.xz
rt.equinox.bundles-9c8ad809cea4db22dce6cf5299214bc17ced77aa.zip
Bug 227593 [server] convert projects to use api tooling
Diffstat (limited to 'bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http')
-rw-r--r--bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/HttpContextExtensionService.java4
1 files changed, 3 insertions, 1 deletions
diff --git a/bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/HttpContextExtensionService.java b/bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/HttpContextExtensionService.java
index f09e8c580..4e0ae6e17 100644
--- a/bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/HttpContextExtensionService.java
+++ b/bundles/org.eclipse.equinox.http.registry/src/org/eclipse/equinox/http/registry/HttpContextExtensionService.java
@@ -1,5 +1,5 @@
/*******************************************************************************
- * Copyright (c) 2005-2007 Cognos Incorporated, IBM Corporation and others
+ * Copyright (c) 2005-2008 Cognos Incorporated, IBM Corporation and others
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
@@ -18,6 +18,8 @@ import org.osgi.service.http.HttpContext;
/**
* The HttpContextExtensionService provides access to an HttpContext instance whose resources and implementation
* are added via the "httpcontexts" extension point.
+ * @noimplement This interface is not intended to be implemented by clients.
+ * @noextend This interface is not intended to be extended by clients.
*/
public interface HttpContextExtensionService {
/**

Back to the top