Undefined amount of arguments in UML
问题 I want to make an public method: fun createStringBinding(@PropertyKey(resourceBundle = BUNDLE_NAME) key: String, vararg args: Any): StringBinding { return Bindings.createStringBinding(Callable { get(key, *args) }, Settings.language) } how would this look like in an UML i was doing it like that but i am not sure if this is correct and i also don't know where to look for that... Is this correct? 回答1: The notation for operations is described in the UML specifications published by OMG, version 2