Alias DrawableAttribute.~this

class DrawableAttribute
{
  // ...
  alias ~this;
  // ...
}