Option Strict On
Option Explicit On

Namespace Nexamas.UI.Components

    ''' <summary>
    ''' Historical compatibility marker for the former centralized component registry file.
    ''' </summary>
    ''' <remarks>
    ''' Built-in architecture descriptors are now split by owner family and aggregated through
    ''' MASArchitectureProviderManifest. This class intentionally no longer implements
    ''' IMASComponentRegistrationProvider, so it cannot become a second registration hotspot.
    ''' </remarks>
    Friend NotInheritable Class MASDefaultComponentArchitectureRegistration
        Private Sub New()
        End Sub
    End Class

End Namespace
