/* * Copyright (C) 2006-2016 DLR, Germany * * All rights reserved * * http://www.rcenvironment.de/ */ package de.rcenvironment.core.component.execution.api; /** * Stores the persisted data of a component. It delegates to actual map, which is written in the data management for restart purposes. * * @author Doreen Seider */ public class PersistedComponentData { }