org.springframework.config.java.parsing
Interface TypeFilter

All Known Implementing Classes:
AnnotationTypeFilter

public interface TypeFilter

Callback optionally used to filter discovered innerClasses.

Author:
Costin Leau, Rod Johnson

Field Summary
static TypeFilter TRUE
           
 
Method Summary
 boolean match(org.objectweb.asm.ClassReader cr)
           
 

Field Detail

TRUE

static final TypeFilter TRUE
Method Detail

match

boolean match(org.objectweb.asm.ClassReader cr)


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