I am using UMLGraph for Java to UML. It says the following in documentation for relationships:
association relationships (specified using the javadoc @assoc tag)
navigatable (directed) association relationships (specified using the javadoc @navassoc tag)
aggregation relationships (specified using the javadoc @has tag)
composition relationships (specified using the javadoc @composed tag)
dependency relationships (specified using the javadoc @depend tag)
i cannot add these tags or any comments in the source. Is there any alternative for this