- All Known Subinterfaces:
- IConfiguration<K,V>
- All Known Implementing Classes:
- AbstractAuthorizableConfiguration, AbstractConfiguration, DefaultConfiguration, SpringStaticConfiguration, StaticConfiguration
public interface NamespaceEntity
Any entity that belongs within a namespace.
A namespaced entity, would have a name. If so its name is only unique within the namespace.
Other identifiers like id, may or may not be constrained to be unique globally or within the namespace.
Whatever the identifier context; a namespaced entity should never be queried without its namespace.
- Author:
- Arjun Dhar