ExperimentalRoomApi


@MustBeDocumented
@Target(allowedTargets = [AnnotationTarget.CLASSAnnotationTarget.FUNCTION])
@RequiresOptIn
@Retention(value = AnnotationRetention.BINARY)
public annotation ExperimentalRoomApi


Marks declarations that are experimental in Room's APIs, which means that the design of the corresponding declarations may (or may not) lead to their changes in the future.

Summary

Public constructors

Public constructors

ExperimentalRoomApi

public ExperimentalRoomApi()