Package org.apache.struts2.util
Class ResolverUtil.AnnotatedWith
java.lang.Object
org.apache.struts2.util.ResolverUtil.ClassTest
org.apache.struts2.util.ResolverUtil.AnnotatedWith
- All Implemented Interfaces:
- ResolverUtil.Test
- Enclosing class:
- ResolverUtil<T>
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.
- 
Constructor SummaryConstructorsConstructorDescriptionAnnotatedWith(Class<? extends Annotation> annotation) Constructs an AnnotatedWith test for the specified annotation type.
- 
Method SummaryMethods inherited from class org.apache.struts2.util.ResolverUtil.ClassTestdoesMatchClass, doesMatchResource, matches
- 
Constructor Details- 
AnnotatedWithConstructs an AnnotatedWith test for the specified annotation type.- Parameters:
- annotation- annotation
 
 
- 
- 
Method Details- 
matchesDescription copied from interface:ResolverUtil.TestWill be called repeatedly with candidate classes.- Parameters:
- type- class type
- Returns:
- true if the type is annotated with the class provided to the constructor.
 
- 
toString
 
-