pombreda / google-guice

Automatically exported from code.google.com/p/google-guice
Apache License 2.0
0 stars 1 forks source link

De-duplicate listeners and interceptors #779

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
These patches add de-duplication (by equals()/hashCode()) for all listener and 
interceptor types.  It's potentially a breaking change, except for the first 
patch because ProvisionListener isn't yet released. 

I tried to add the logic in the right place but I can easily move it if there's 
somewhere better. 

Original issue reported on code.google.com by tavianator@gmail.com on 6 Nov 2013 at 9:34

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by sberlin on 6 Dec 2013 at 10:53