# File lib/rgen/ecore/ecore_ext.rb, line 12
            def annotationValue(source, tag)
                        detail = eAnnotations.select{ |a| a.source == source }.details.find{ |d| d.key == tag }
                          detail && detail.value
                end