Closed ftomassetti closed 4 months ago
Why not moving it to AbstractClassifierInstance
? Annotations can have annotations.
Why not moving it to AbstractClassifierInstance? Annotations can have annotations.
We are moving them to ClassifierInstance,
which is more general than AbstractClassifierInstance
. AnnotationInstance extends
ClassifierInstance`, so the methods are also available there.
I think we covered the comments, so unless there are more doubts I would go ahead and merge this one
Move to ClassifierInstance annotations specific methods previously only available on AbstractClassifierInstance Fix #153