theia-ide / sprotty

A next-gen web-based graphics framework
Apache License 2.0
138 stars 23 forks source link

[api] reconsider use of private #26

Closed JanKoehnlein closed 7 years ago

JanKoehnlein commented 7 years ago

As we're using DI to wire the components up, it is more likely that users are overriding an existing framework class. We should prefer protected over private to make this easier.