How to have classes with Modifier ?

0 votes
asked Mar 26, 2015 in Wanted features by uwong15 (360 points)
Is it possible to have a class with Modifier ?

for example

if class is public then symbol the class is +

if private, symbol is -

if protected, symbol is #

 

i have write like

+ class foo

but there is make some error.

1 Answer

0 votes
answered Mar 27, 2015 by plantuml (295,000 points)
That's a good idea, but we are confused about the rendering.

What's the drawing difference between a public class and a private class ?
commented Mar 28, 2015 by uwong15 (360 points)
i guess that was same. only different symbol.
...