registerSelf

abstract void registerSelf(Array<ItemConvertible> items)

Expose the API for the passed items directly implementing it.

Parameters

items

Items for which to expose the API.

Throws

If the API class is not assignable from a class of one of the items.

Sources

jvm source
Link copied to clipboard