I've stumbled across a piece of code written by someone before me who has left the company; I am the heir to his code.
What are these tags? I found them only in one specific Class file and they seem to be holding either little or lots of value. I just don't know whether or not they're junk.
The Class is not referencing any external "uml" libraries.
Here is a full example...
/**
* @uml.property name="devs"
*/
public ArrayList<String> getDevs() {
return devs;
}