(no commit message)
[utils] / support / general / src / main / java / org / wamblee / reflection / AnnotationUtils.java
index 5ea776b3217dac607e939adcfcc49025c2eeb8df..dad07b5ffae13621a1e74f3be347528d15d52b98 100644 (file)
@@ -38,7 +38,6 @@ public class AnnotationUtils {
      *            Annotation that must be present.
      * @return List of accessors. Empty list is returned if no match is found. 
      */
-    // TODO move generic analysis part to the reflection package.
     public static List<Accessor> analyse(Class aClass,
         Class<? extends Annotation> aAnnotation) {
         List<Accessor> result = new ArrayList<Accessor>();