svn commit: r17132 - trunk/src/argouml-core-model/src/org/argouml/model
Tom Morris <[email protected]>
| Newsgroups | gmane.comp.lang.uml.argouml.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: tfmorris
Date: 2009-04-26 12:37:19-0700
New Revision: 17132
Modified:
trunk/src/argouml-core-model/src/org/argouml/model/ChangeableKind.java
trunk/src/argouml-core-model/src/org/argouml/model/ScopeKind.java
Log:
Add @Deprecated annotations to methods in addition to those on class
Modified: trunk/src/argouml-core-model/src/org/argouml/model/ChangeableKind.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model/src/org/argouml/model/ChangeableKind.java?view=diff&pathrev=17132&r1=17131&r2=17132
==============================================================================
--- trunk/src/argouml-core-model/src/org/argouml/model/ChangeableKind.java (original)
+++ trunk/src/argouml-core-model/src/org/argouml/model/ChangeableKind.java 2009-04-26 12:37:19-0700
@@ -1,5 +1,5 @@
// $Id$
-// Copyright (c) 2005-2007 The Regents of the University of California. All
+// Copyright (c) 2005-2009 The Regents of the University of California. All
// Rights Reserved. Permission to use, copy, modify, and distribute this
// software and its documentation without fee, and without a written
// agreement is hereby granted, provided that the above copyright notice
@@ -35,15 +35,18 @@
/**
* @return Returns the AddOnly ChangeableKind.
*/
+ @Deprecated
Object getAddOnly();
/**
* @return Returns the Changeable ChangeableKind.
*/
+ @Deprecated
Object getChangeable();
/**
* @return Returns the Frozen ChangeableKind.
*/
+ @Deprecated
Object getFrozen();
}
Modified: trunk/src/argouml-core-model/src/org/argouml/model/ScopeKind.java
Url: http://argouml.tigris.org/source/browse/argouml/trunk/src/argouml-core-model/src/org/argouml/model/ScopeKind.java?view=diff&pathrev=17132&r1=17131&r2=17132
==============================================================================
--- trunk/src/argouml-core-model/src/org/argouml/model/ScopeKind.java (original)
+++ trunk/src/argouml-core-model/src/org/argouml/model/ScopeKind.java 2009-04-26 12:37:19-0700
@@ -1,5 +1,5 @@
// $Id$
-// Copyright (c) 2005-2007 The Regents of the University of California. All
+// Copyright (c) 2005-2009 The Regents of the University of California. All
// Rights Reserved. Permission to use, copy, modify, and distribute this
// software and its documentation without fee, and without a written
// agreement is hereby granted, provided that the above copyright notice
@@ -32,13 +32,16 @@
*/
@Deprecated
public interface ScopeKind {
+
/**
* @return Returns the Classifier ScopeKind.
*/
+ @Deprecated
Object getClassifier();
/**
* @return Returns the Instance ScopeKind.
*/
+ @Deprecated
Object getInstance();
}
------------------------------------------------------
http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=1933408
To unsubscribe from this discussion, e-mail: [[email protected]].