@SuppressWarnings("unchecked")
@Test
public void testMapDTO() {
tm = new DefaultTypeMapping();
creator = new Java5TypeCreator();
creator.setConfiguration(new TypeCreationOptions());
tm.setTypeCreator(creator);
AegisType dto = creator.createType(MapDTO.class);
Set<AegisType> deps = dto.getDependencies();