* @param reference
* @param root
* @throws SemanticHandlerException
*/
protected void handleModelReferences(JavadocTagElement e, Reference reference, ModelDocumentation root) throws SemanticHandlerException {
SemanticFinder finder = new SemanticFinder();
for (ITagHandler sem : getSemanticTagHandlers()) {
finder.findSemanticReferences(LoadOAWImplementationNotes.this, root, e, reference, sem);
}
}