Commit e263f5d3 authored by Schuyler Eldridge's avatar Schuyler Eldridge
Browse files

Remove deprecated @usecase



This removes uses of @usecase. This is deprecated in Scala 2.13.x.
Additionally, scala generious spurious warnings if you use @usecase in
a non-abstract class. (It thinks that this is an abstract member of
something concrete.)

The guidance from upstream Scala is to be explicit about how to use
your API via @example.

Signed-off-by: default avatarSchuyler Eldridge <schuyler.eldridge@ibm.com>
parent a9139df7
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment