What does @Dao do

Alan Ramirez
1 min readSep 22, 2020

--

This annotation is used by the Room persistence library to denote that the class holds functions that can act on a Database. It generates boilerplate code that you would otherwise have to type yourself. (Isn’t Room handy?)

--

--