public class IsAnnotationPresentFilter extends Object
Constructor and Description |
---|
IsAnnotationPresentFilter(Class<? extends Annotation> searchType) |
IsAnnotationPresentFilter(Class<? extends Annotation> searchType,
String[] igrnoreList,
String[] includeList) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
addClass(Class clazz) |
void |
filter(String resourceName)
Classpath resource filter method.
|
List<Class> |
getClasses() |
boolean |
isIgnorable(String resourceName) |
public IsAnnotationPresentFilter(Class<? extends Annotation> searchType)
public IsAnnotationPresentFilter(Class<? extends Annotation> searchType, String[] igrnoreList, String[] includeList)
Copyright © 2015. All rights reserved.