Revision: 1097
Author: crazyboblee
Date: Mon Sep 28 20:08:34 2009
Log: Added TODO.
http://code.google.com/p/google-guice/source/detail?r=1097
Modified:
/trunk/src/com/google/inject/spi/InjectionPoint.java
=======================================
--- /trunk/src/com/google/inject/spi/InjectionPoint.java Mon Sep 28
19:57:14 2009
+++ /trunk/src/com/google/inject/spi/InjectionPoint.java Mon Sep 28
20:08:34 2009
@@ -438,6 +438,9 @@
private static Set<InjectionPoint> getInjectionPoints(final
TypeLiteral<?> type,
boolean statics, Errors errors) {
+ // TODO: Turn InjectableMember into an identity wrapper. Use it as the
key in
+ // injectableMembers and the values in bySignature. This will be a lot
faster than
+ // hashing the Method objects.
LinkedHashMap<Member, InjectableMember> injectableMembers
= new LinkedHashMap<Member, InjectableMember>();
HashMap<Signature, List<Method>> bySignature = null;
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en
-~----------~----~----~----~------~----~------~--~---