Swift compatibility: Allow selector in @objc attribute

so are you saying it will effect the name of a class/method emitted to byte code for example?
Didn’t expect that.
Does it work on property getter/setters for swift properties? So that you could specifiy getBlah for a property called .blah , eg as a workaround for the annoyingly non-standard casing of property accessors: