Option Strict On
Option Explicit On

Namespace Nexamas.UI.Components

    ''' <summary>
    ''' Historical compatibility marker for the former centralized component relation provider.
    ''' </summary>
    ''' <remarks>
    ''' Built-in relation declarations are now split by ownership family and aggregated through
    ''' MASArchitectureProviderManifest. This class intentionally no longer implements
    ''' IMASComponentRelationProvider.
    ''' </remarks>
    Friend NotInheritable Class MASDefaultComponentRelationRegistration
        Private Sub New()
        End Sub
    End Class

End Namespace
