/* BSD 2-Clause License - see OPAL/LICENSE for details. */ package org.opalj package br package reader import org.opalj.bi.reader.AttributesAbstractions /** * Defines the common bindings for all "resolved" attributes. * * @author Michael Eichberg */ trait AttributeBinding extends AttributesAbstractions { type Attribute = br.Attribute }