org.mule.util.scan.annotations
Interface AnnotationFilter

All Known Implementing Classes:
AnnotationTypeFilter, MetaAnnotationTypeFilter

public interface AnnotationFilter

A filter is used when performing an Annotation scan on a single class or the classpath. An Annotation filter is used to filter throw annotations on a class (including fields, methods and parameters) to determine whether the annotion should be accepted


Method Summary
 boolean accept(AnnotationInfo info)
          Should the annotation represented by an AnnotationInfo object be accepted
 

Method Detail

accept

boolean accept(AnnotationInfo info)
Should the annotation represented by an AnnotationInfo object be accepted

Parameters:
info - the annotation information to select on
Returns:
true if the annotation matches the criteria for this filter


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.