google / guice

Guice (pronounced 'juice') is a lightweight dependency injection framework for Java 11 and above, brought to you by Google.
https://github.com/google/guice
Apache License 2.0
12.51k stars 1.67k forks source link

JpaPersistModule #801

Open gissuebot opened 10 years ago

gissuebot commented 10 years ago

From aholland@a1dutch.co.uk on April 05, 2014 05:52:26

Description of the issue: would it be possible to remove the final modifier from com.google.inject.persist.jpa.JpaPersistModule? This would allow jpa modules to be loaded via a service loader as its not possible to pass in the jpaUnit name.

Thanks

Original issue: http://code.google.com/p/google-guice/issues/detail?id=801

slugmandrew commented 6 years ago

I wouldn't hold your breath!