public class GenericAnnotationFinder
extends java.lang.Object
Constructor and Description |
---|
GenericAnnotationFinder() |
Modifier and Type | Method and Description |
---|---|
java.lang.reflect.Method |
getAnnotatedMethod(java.lang.reflect.Method target)
Returns the method that matches the given target method and that has a Generic annotation on it.
|
public java.lang.reflect.Method getAnnotatedMethod(java.lang.reflect.Method target) throws java.lang.ClassNotFoundException
target
- target methodjava.lang.ClassNotFoundException
- if a concrete implementation of the declaring class can't be found