Skip to content

Instantly share code, notes, and snippets.

@literadix
Last active February 29, 2016 09:13
Show Gist options
  • Save literadix/68d40f56a1702b8f731e to your computer and use it in GitHub Desktop.
Save literadix/68d40f56a1702b8f731e to your computer and use it in GitHub Desktop.
@startuml
abstract class Mixinproxy
interface InterfaceOne
interface InterfaceTwo
interface InterfaceBoth
ClassOne <|-- InterfaceOne
ClassTwo <|-- InterfaceTwo
InterfaceBoth <|-- InterfaceOne
InterfaceBoth <|-- InterfaceTwo
Mixinproxy <|-- InterfaceBoth
Mixinproxy <|-- ClassOne
Mixinproxy <|-- ClassTwo
@enduml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment