referenceType top-level constant

_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

const referenceType = _ReferenceType();