You have created two callbacks X and Y in Elixir. You now want to annotate X and Y to inform the compiler that your intention for the subsequent function definition is to define a callback.
Which of these annotations should you use to achieve this?
Options
- @impl true
- @impl false
- @doc
- @impl doc
- @doc true