if I have an annotation on an interface method or ...
# android
j
if I have an annotation on an interface method or property (e.g.
@get:FloatRange() val floatProp: Float
or
@get:ColorInt val color: Int
), is there a way to enforce that annotation on implementations of that interface?