| 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 class must not be instantiated by clients.
|
Copyright © 2020 MuleSoft, Inc.. All rights reserved.