Closed lhoward closed 1 week ago
Bikeshed: CustomJavaClassLoaderConstructible
or CustomJavaClassLoaderInitializable
?
Bikeshed:
CustomJavaClassLoaderConstructible
orCustomJavaClassLoaderInitializable
?
I'd prefer to avoid Constructible
, since that's not really a thing in Swift. How about just CustomJavaClassLoader
, as in, this type has a custom Java class loader?
@lhoward anything else you want to do here before we merge?
@lhoward anything else you want to do here before we merge?
I'm happy for you to merge, unless you want tests (which I am still working on).
I do like tests. Let's wait until you have some tests in place.
I'm a bit caught up with other stuff today, I'll endeavour to get onto tests next week, feel free to merge (or not) in the interim.
Since this is also needed in the other PR, I'll go ahead and merge.
Swift projections of Java classes can conform to CustomJavaClassLoaderConstructible, to provide a custom class loader to be used when constructing new instances.
Fixes: #154