[jboss-cvs] JBossAS SVN: r70992 - projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/annotations.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Mar 19 07:45:08 EDT 2008


Author: alesj
Date: 2008-03-19 07:45:07 -0400 (Wed, 19 Mar 2008)
New Revision: 70992

Modified:
   projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/annotations/InjectableMemberAnnotationPlugin.java
Log:
Cleanup.

Modified: projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/annotations/InjectableMemberAnnotationPlugin.java
===================================================================
--- projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/annotations/InjectableMemberAnnotationPlugin.java	2008-03-19 11:42:35 UTC (rev 70991)
+++ projects/microcontainer/trunk/kernel/src/main/org/jboss/kernel/plugins/annotations/InjectableMemberAnnotationPlugin.java	2008-03-19 11:45:07 UTC (rev 70992)
@@ -22,7 +22,6 @@
 package org.jboss.kernel.plugins.annotations;
 
 import java.lang.annotation.Annotation;
-import java.lang.annotation.ElementType;
 import java.util.Collections;
 import java.util.HashSet;
 import java.util.List;
@@ -49,11 +48,6 @@
       super(annotation);
    }
 
-   protected boolean isElementTypeSupported(ElementType type)
-   {
-      return ElementType.METHOD == type || ElementType.PARAMETER == type;
-   }
-
    /**
     * Get the annotated info name.
     *




More information about the jboss-cvs-commits mailing list