public final class MethodUtils extends Object
| Constructor and Description |
|---|
MethodUtils() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
hasMethodAnnotatedwith(Object instance,
Class<? extends Annotation> annotation) |
static void |
invokeAnnotatedMethod(Object instance,
Class<? extends Annotation> annotation) |
public static boolean hasMethodAnnotatedwith(@Nonnull Object instance, @Nonnull Class<? extends Annotation> annotation)
public static void invokeAnnotatedMethod(@Nonnull Object instance, @Nonnull Class<? extends Annotation> annotation)