summaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-vendor-software-product-lib/openecomp-sdc-vendor-software-product-core/src/main/java/org/openecomp/sdc/vendorsoftwareproduct/services/impl/etsi/Configuration.java
blob: e2f9a4efaf66ee14a0c3917f263c67e0938e5c8e (plain)
1
2
3
4
5
6
7
8
9
10
package org.openecomp.sdc.vendorsoftwareproduct.services.impl.etsi;

import java.util.Map;

import lombok.Data;

@Data
public class Configuration {
    private Map<String, NonManoType> nonManoKeyFolderMapping;
}