package fr.openwide.core.spring.property.model; /** * An interface for referring to either a {@link MutablePropertyId} or a {@link MutablePropertyIdTemplate}. */ public interface IMutablePropertyRegistryKey<T> extends IPropertyRegistryKey<T> { }