message
message to be reported on usages of API without an explicit opt-in, or empty string for the default message.
The default message is: "This declaration is experimental and its usage should be marked with 'Marker'
or '@OptIn(Marker::class)'", where Marker
is the opt-in requirement marker.
Property
message
- message to be reported on usages of API without an explicit opt-in, or empty string for the default message.
The default message is: "This declaration is experimental and its usage should be marked with 'Marker'
or '@OptIn(Marker::class)'", where Marker
is the opt-in requirement marker.