ScopeInfo scopeInfo = context.getScopeInfo();
ScopeKey scopeKey = new ScopeKey(scopeInfo.getScope().getScopes());
scopeKey.addScope(CommonLevels.CLASS, info.getClassInfo().getType());
scopeInfo.setScope(scopeKey);
// re-register
repository.addMetaData(context);
QualifiersMdrUtil.populateQualifiersForContext(context);
// handle custom annotations
applyAnnotations(context);