Comment #0 by andrej.mitrovich — 2012-09-26T09:34:32Z
@deprecated will soon have an optional message Issue 5481 && https://github.com/D-Programming-Language/dmd/pull/463
I think we could use this for @disable too. E.g. when a user upgrades a library and some code ends up calling a method which is now disabled it would be nice if there was an error message stating why the method has become disabled.