org.springframework.config.java.parsing
Class AnnotationTypeFilter

java.lang.Object
  extended by org.springframework.config.java.parsing.AnnotationTypeFilter
All Implemented Interfaces:
TypeFilter

public class AnnotationTypeFilter
extends java.lang.Object
implements TypeFilter

Annotation filter: matches classes with a given annotation.

Author:
Rod Johnson

Nested Class Summary
static class AnnotationTypeFilter.AnnotationReader
          ASM annotation visitor used for reading innerClasses without loading the class.
 
Field Summary
 
Fields inherited from interface org.springframework.config.java.parsing.TypeFilter
TRUE
 
Constructor Summary
AnnotationTypeFilter(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
           
 
Method Summary
 boolean match(org.objectweb.asm.ClassReader classReader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationTypeFilter

public AnnotationTypeFilter(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
Parameters:
annotationClass -
Method Detail

match

public boolean match(org.objectweb.asm.ClassReader classReader)
Specified by:
match in interface TypeFilter


Copyright © 2005-2007 Spring Framework. All Rights Reserved.