[Jboss-cvs] JBossAS SVN: r55855 - projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/dependency
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Sun Aug 13 13:58:56 EDT 2006
Author: alesj
Date: 2006-08-13 13:58:53 -0400 (Sun, 13 Aug 2006)
New Revision: 55855
Modified:
projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/dependency/ConfigureAction.java
Log:
Todo - better annotation handling memo.
Modified: projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/dependency/ConfigureAction.java
===================================================================
--- projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/dependency/ConfigureAction.java 2006-08-13 16:33:18 UTC (rev 55854)
+++ projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/dependency/ConfigureAction.java 2006-08-13 17:58:53 UTC (rev 55855)
@@ -133,6 +133,7 @@
MethodInfo setter = pi.getSetter();
if (setter != null)
{
+ // todo - better annotation handling ... multiple annotaions; alesj
AnnotationValue annotation = setter.getAnnotation("org.jboss.beans.metadata.spi.annotations.Inject");
if (annotation != null)
{
@@ -203,6 +204,7 @@
MethodInfo setter = pi.getSetter();
if (setter != null)
{
+ // todo - better annotation handling ... multiple annotaions; alesj
AnnotationValue annotation = setter.getAnnotation("org.jboss.beans.metadata.spi.annotations.Inject");
if (annotation != null)
{
More information about the jboss-cvs-commits
mailing list