Update of /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27921/src/org/tm4j/topicmap/tmdm
Modified Files:
TMAPI.java TMDM.java
Log Message:
Reason why we annotate using @TMDM and @TMAPI annotations still exists (upon a question asked during a code-review by Benjamin Bock <bb-...@bo...>)
Index: TMAPI.java
===================================================================
RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/TMAPI.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TMAPI.java 21 Jan 2008 11:13:44 -0000 1.1
--- TMAPI.java 22 Jan 2008 22:52:00 -0000 1.2
***************
*** 3,7 ****
/**
! Methods annotated with TMAPI are there because the method implements a particular TMAPI interface.
@author <a href="mailto:xua...@pu...">Xuân Baldauf</a>
--- 3,7 ----
/**
! Methods annotated with TMAPI are there because the method implements a particular TMAPI interface. We use these annotations because otherwise people may wonder why we have two methods with a different name but the same meaning.
@author <a href="mailto:xua...@pu...">Xuân Baldauf</a>
Index: TMDM.java
===================================================================
RCS file: /cvsroot/tm4j/tm4j/src/org/tm4j/topicmap/tmdm/TMDM.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** TMDM.java 21 Jan 2008 11:13:44 -0000 1.1
--- TMDM.java 22 Jan 2008 22:52:00 -0000 1.2
***************
*** 3,7 ****
/**
! Methods annotated with TMDM are there because the method implements a particular TMAPI interface.
@author <a href="mailto:xua...@pu...">Xuân Baldauf</a>
--- 3,7 ----
/**
! Methods annotated with TMDM are there because the method implements a particular TMAPI interface. We use these annotations because otherwise people may wonder why we have two methods with a different name but the same meaning.
@author <a href="mailto:xua...@pu...">Xuân Baldauf</a>
|