Class ResolverUtil.AnnotatedWith

java.lang.Object
org.apache.ibatis.io.ResolverUtil.AnnotatedWith
All Implemented Interfaces:
ResolverUtil.Test
Enclosing class:
ResolverUtil<T>

public static class ResolverUtil.AnnotatedWith extends Object implements ResolverUtil.Test
A Test that checks to see if each class is annotated with a specific annotation. If it is, then the test returns true, otherwise false.