Is there a method to alias a class name to short class name? it was something like:
import com.domain.class;
public var MyAlias = ClassAlias("com.domain.class");
var instance:MyAlias = new MyAlias();
I thought I read about it somewhere around Flex 2.0 but haven't seen it
anywhere since.

