You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ConventionSource class is pretty much locked down to a way of usage at the moment.
I think the private interface ConventionSourceWriter and the constructor ConventionSource(ConventionSourceWriter impl) should be made public so projects can implement custom Writers/ConventionSource objects. As it stands now this is not possible.
The text was updated successfully, but these errors were encountered:
Larusso
changed the title
Make ConventionSource more extentible
Make ConventionSource more extentable
Oct 27, 2021
The
ConventionSource
class is pretty much locked down to a way of usage at the moment.I think the private interface
ConventionSourceWriter
and the constructorConventionSource(ConventionSourceWriter impl)
should be made public so projects can implement custom Writers/ConventionSource objects. As it stands now this is not possible.The text was updated successfully, but these errors were encountered: