connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/interfaces/IClientServiceSiteUI.java
changeset 728 a39d0ba41f81
parent 0 fb279309251b
--- a/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/interfaces/IClientServiceSiteUI.java	Tue Dec 29 12:17:10 2009 -0600
+++ b/connectivity/com.nokia.carbide.remoteConnections/src/com/nokia/carbide/remoteconnections/interfaces/IClientServiceSiteUI.java	Tue Dec 29 15:47:09 2009 -0600
@@ -22,6 +22,9 @@
 
 /**
  * The user interface for picking a connection to use that can be added to client service user interfaces
+ * @noimplement
+ * @noextend
+ * @deprecated new code which wants to use default connections should use {@link IClientServiceSiteUI2}
  */
 public interface IClientServiceSiteUI {
 	
@@ -61,5 +64,4 @@
 	 * @param listener IListener
 	 */
 	void removeListener(IListener listener);
-	
 }