final OpenType stype = simpleTypeMap.get( type ) ;
if (stype != null) {
result = handleSimpleType( type, stype ) ;
} else if (type instanceof EvaluatedClassDeclaration) {
EvaluatedClassDeclaration cls = (EvaluatedClassDeclaration)type ;
final ManagedObject mo = mom.getFirstAnnotationOnClass( cls,
ManagedObject.class ) ;
final ManagedData md = mom.getFirstAnnotationOnClass( cls,
ManagedData.class ) ;
if (mo != null) {