public static class ResolverUtil.AnnotatedWith extends ResolverUtil.ClassTest
Constructor and Description |
---|
ResolverUtil.AnnotatedWith(Class<? extends Annotation> annotation)
Construts an AnnotatedWith test for the specified annotation type.
|
Modifier and Type | Method and Description |
---|---|
boolean |
matches(Class type)
Returns true if the type is annotated with the class provided to the constructor.
|
String |
toString() |
doesMatchClass, doesMatchResource, matches
public ResolverUtil.AnnotatedWith(Class<? extends Annotation> annotation)
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.