How to have classes with no Spots ?

0 votes
asked Jan 19, 2013 in Wanted features by plantuml (295,000 points)
Is it possible to have a class with no spot? I've been asked to produce diagrams where some classes do not have the (C), or anything else

1 Answer

0 votes
answered Jan 19, 2013 by plantuml (295,000 points)

You can use the hide keyword : http://plantuml.sourceforge.net/classes.html#Hide

Example:

class foo1
class foo2
hide foo1 circle

...