Preserving Javadoc information from previous releases of the product

To preserve the information between the Javadoc tags that were generated in previous releases of IBM® Rational® Software Architect, run the Java-to-UML transformation once to migrate the Javadoc information into the documentation property of the corresponding element in the UML model.

About this task

In previous releases, Javadoc information for a Java™ code element was contained between the following tags:
/**
 * <!-- begin-user-doc -->
 * <!-- end-user-doc -->
 */
Comments between these tags were protected when you ran the UML-to-Java transformation. These tags have been replaced with the following Javadoc tags:
/*
 * <!-- begin-UML-doc -->
 * <!-- end-UML-doc -->
 */

Procedure


Feedback