Package io.vertigo.core.util
Class Selector.MethodConditions
- java.lang.Object
-
- io.vertigo.core.util.Selector.MethodConditions
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Predicate<Method>
annotatedWith(Class<? extends Annotation> annotationClass)
Builds a predicate to check if the method is Annotated.
-
-
-
Method Detail
-
annotatedWith
public static Predicate<Method> annotatedWith(Class<? extends Annotation> annotationClass)
Builds a predicate to check if the method is Annotated.- Parameters:
annotationClass
- the annotation- Returns:
- the predicate
-
-