referenceType top-level constant

  1. @internal
_ReferenceType const referenceType

Only used for jnigen.

Makes constructing objects easier inside the generated bindings by allowing a JReference to be created. This allows JObjects to use constructors that call super.fromReference instead of factories.

Implementation

@internal
const referenceType = _ReferenceType();