Details
-
Type:
Task
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 2.0
-
Fix Version/s: 2.0
-
Component/s: None
-
Labels:None
-
Number of attachments :
Description
Current source code maps Java interfaces/methods to UML identifiers through javadoc @UML tag (a custom tag added especially for this project). The anotation mechanism provided in J2SE 1.5 would offer a better mechanism. We are not allowed to release 1.5 dependent code, but we can use it as a temporary step for javadoc building (we already use generic type for that). Anotation would also help to check Java interface compliance regarding OGC's UML through an automatic script (since anotations can be checked at runtime).
Moved most @UML tags as annotations except the org.opengis.catalog package.