ExportReferences

@Target(allowedTargets = [AnnotationTarget.CLASS])
annotation class ExportReferences(source)

Warning: Relying on symbols you do not control is dangerous, as they may change in a way that makes backwards compatability impossible. Prefer creating bridge methods/types where possible.

Applied to an object that implements BaseReferenceExporter to trigger reference exporting according to the methods used. Checks for method calls in init blocks - method calls anywhere else is an error (except placeholder).

All implementations of BaseReferenceExporter must be objects annotated with this annotation.

See also