Does Metalama only support attributes?
I navigated in all Metalama documentation, but I want to override a method for all types that inherit from
I don't want to use attributes because for my use case it's more natural to extend from a class.
BusinessException.I don't want to use attributes because for my use case it's more natural to extend from a class.