I had some diagrams that were showing generics in a class with "<type>" (which is how you'd draw them on a whiteboard). Now, that way is being replaced by the generics inside a rectangle. This is nice, but I'd like to display it inside "<" and ">" as before.
@startuml
skinparam style strictuml
hide empty members
class "coursGroupe:\nArrayList<CoursGroupe>" as g
@enduml

I would like to display it the older way, e.g., UserDao<User> below:
