Branch: refs/heads/master
Home:
http://github.com/weld/core
Commit: 321ef95f4ea73d1ae58f5d382a20cbfc266cb9d4
http://github.com/weld/core/commit/321ef95f4ea73d1ae58f5d382a20cbfc266cb9d4
Author: Stuart Douglas <stuart.w.douglas(a)gmail.com>
Date: 2010-10-27 (Wed, 27 Oct 2010)
Changed paths:
M impl/src/main/java/org/jboss/weld/injection/FieldInjectionPoint.java
M impl/src/main/java/org/jboss/weld/injection/ParameterInjectionPoint.java
Log Message:
-----------
Cache the injected bean in the InjectionPoint
This should reduce the number of bean resolutions being performed
and providate a performance improvement.