Say I have a RequiresOptIn annotation called `@Leg...
# general-advice
s
Say I have a RequiresOptIn annotation called
@LegacyApi
. Can I create a super class ie.
LegacyApiRequestHandler
that "OptIn" on behalf of its subclasses ?
e