com.opensymphony.xwork2.util
Class ResolverUtil.AnnotatedWith
java.lang.Object
com.opensymphony.xwork2.util.ResolverUtil.ClassTest
com.opensymphony.xwork2.util.ResolverUtil.AnnotatedWith
- All Implemented Interfaces:
- ResolverUtil.Test
- Enclosing class:
- ResolverUtil<T>
public static class ResolverUtil.AnnotatedWith
- extends ResolverUtil.ClassTest
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.
Method Summary |
boolean |
matches(Class type)
Returns true if the type is annotated with the class provided to the constructor. |
String |
toString()
|
annotation
private Class<? extends Annotation> annotation
ResolverUtil.AnnotatedWith
public ResolverUtil.AnnotatedWith(Class<? extends Annotation> annotation)
- Construts an AnnotatedWith test for the specified annotation type.
matches
public boolean matches(Class type)
- Returns true if the type is annotated with the class provided to the constructor.
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2000-2008 Apache Software Foundation. All Rights Reserved.