| Interface | Description |
|---|---|
| ICallHandler |
Facilitates dynamic interface method invocation.
|
| Class | Description |
|---|---|
| AbstractDynamicTypeProxy |
| Annotation Type | Description |
|---|---|
| Extension |
Use this annotation to indicate a class is a Manifold Extension class.
|
| Self |
Annotate a method's return type with @
Self to achieve covariance
with respect to subclasses of the method's declaring class. |
| Structural |
Declare a structural interface using this annotation
|
| This |
Identifies the receiver of an instance extension method.
|
Copyright © 2018. All rights reserved.