Annotation Interface ClosedApi
An element of the API that is to be implemented by the engine.
Users should not extend the interfaces tagged with this annotation. These often represent data structures that are provided for use but not for extension. The contracts may change to add functionality but existing functionality will be subject to deprecation.
- See Also: