InternalDataApi

@RequiresOptIn(message = "This is an internal API for the data module. Do not use it in other modules.", level = RequiresOptIn.Level.ERROR)
annotation class InternalDataApi

dataモジュール内部での利用を意図したAPIであることを示すマーカーアノテーション。 このアノテーションが付いたAPIを他のモジュールで利用するには、