There are classes is not marked with `@DoNotInherent`, then Java user may extends that classes. We should mark it with `@DoNotInherent`. And there are some classes should be annotated with `@InternalApi`. refs: https://github.com/apache/pekko-connectors/pull/588
There are classes is not marked with
@DoNotInherent, then Java user may extends that classes. We should mark it with@DoNotInherent.And there are some classes should be annotated with
@InternalApi.refs: apache/pekko-connectors#588