/* BSD 2-Clause License - see OPAL/LICENSE for details. */ package org.opalj package fpcf package seq /** * Non-concurrent implementation of the property store. * * @author Michael Eichberg */ abstract class SeqPropertyStore extends PropertyStore