Metalama//API Documentation/Aspect API/Metalama.​Framework.​Aspects/Require­Aspect­Weaver­Attribute
Open sandboxFocus

Class RequireAspectWeaverAttribute

Custom attribute that, when applied an an aspect class, means that this aspect class is implemented by a low-level weaver built with Metalama SDK. When the RequireAspectWeaverAttribute is added to a type, the BuildAspect(IAspectBuilder<T>) method is not invoked.

Inheritance
RequireAspectWeaverAttribute
Namespace: Metalama.Framework.Aspects
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public sealed class RequireAspectWeaverAttribute : Attribute

Constructors

Name Description
RequireAspectWeaverAttribute(String)

Initializes a new instance of the RequireAspectWeaverAttribute class.

Properties

Name Description
Type

Gets the namespace-qualified name of the type implementing the aspect.