Just like we have an <import/> hbm.xml tag for supplying custom imports, we could have one or more annotations that serve this purpose as well.
@Import( target=MyDTO.class, rename="MyDTO" )
@Import( rename="MyDTO") class MyDTO {...}