Package io.vertigo.core.lang
Class ClassSelector.MethodConditions
java.lang.Object
io.vertigo.core.lang.ClassSelector.MethodConditions
- Enclosing class:
ClassSelector
Utility class for method selection predicates.
-
Method Summary
Modifier and TypeMethodDescriptionannotatedWith(Class<? extends Annotation> annotationClass) Creates predicate for methods with specific annotation.
-
Method Details
-
annotatedWith
Creates predicate for methods with specific annotation.- Parameters:
annotationClass- Target annotation- Returns:
- Predicate for method selection
-