summaryrefslogtreecommitdiffstats
path: root/ridljar
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2004-06-04 01:56:06 +0000
committerOliver Bolte <obo@openoffice.org>2004-06-04 01:56:06 +0000
commit866abc60131b3c9f5ab9c1d203abe5378e241093 (patch)
treeec683574fe7e8e4f1ad5af10fe89f0af66714c96 /ridljar
parentINTEGRATION: CWS sb18 (1.3.112); FILE MERGED (diff)
downloadcore-866abc60131b3c9f5ab9c1d203abe5378e241093.tar.gz
core-866abc60131b3c9f5ab9c1d203abe5378e241093.zip
INTEGRATION: CWS sb18 (1.2.120); FILE MERGED
2004/05/11 16:49:36 sb 1.2.120.1: #i21150# Deprecated because it does not support instantiated polymorphic struct types.
Diffstat (limited to 'ridljar')
-rw-r--r--ridljar/com/sun/star/uno/IMethodDescription.java12
1 files changed, 7 insertions, 5 deletions
diff --git a/ridljar/com/sun/star/uno/IMethodDescription.java b/ridljar/com/sun/star/uno/IMethodDescription.java
index 99bddc4af05f..49e4ad3df8d9 100644
--- a/ridljar/com/sun/star/uno/IMethodDescription.java
+++ b/ridljar/com/sun/star/uno/IMethodDescription.java
@@ -2,9 +2,9 @@
*
* $RCSfile: IMethodDescription.java,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: jbu $ $Date: 2001-10-26 11:43:05 $
+ * last change: $Author: obo $ $Date: 2004-06-04 02:56:06 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -68,9 +68,11 @@ import java.lang.reflect.Method;
/**
* The <code>IMethodDescription</code> allows to examine a method
* in detail. It gives a view to java methods from a UNO point.
- * <p>
- * @version $Revision: 1.2 $ $ $Date: 2001-10-26 11:43:05 $
- * @author Kay Ramme
+ *
+ * @deprecated This interface does not cover all the features supported by the
+ * corresponding (unpublished) implementation. But no client code should need
+ * to access this functionality, anyway.
+ *
* @since UDK3.0
*/
public interface IMethodDescription extends IMemberDescription {