| Annotation Type | Description |
|---|---|
| Experimental |
Marks the annotated member as experimental.
|
| NoExtend |
Indicates that a class must not be extended by clients.
|
| NoImplement |
Indicates that an interface must not be implemented by clients.
|
| NoInstantiate |
Indicates that a client should not instantiate an annotated class, nor use an annotated constructor.
|
Copyright © 2023 MuleSoft, Inc.. All rights reserved.