private static class AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer extends java.lang.Object implements ParameterNameDiscoverer
| Modifier | Constructor and Description |
|---|---|
private |
AspectJAnnotationParameterNameDiscoverer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getParameterNames(java.lang.reflect.Constructor<?> ctor)
Return parameter names for this constructor,
or
null if they cannot be determined. |
java.lang.String[] |
getParameterNames(java.lang.reflect.Method method)
Return parameter names for this method,
or
null if they cannot be determined. |
private AspectJAnnotationParameterNameDiscoverer()
public java.lang.String[] getParameterNames(java.lang.reflect.Method method)
ParameterNameDiscoverernull if they cannot be determined.getParameterNames in interface ParameterNameDiscoverermethod - method to find parameter names fornull if they cannotpublic java.lang.String[] getParameterNames(java.lang.reflect.Constructor<?> ctor)
ParameterNameDiscoverernull if they cannot be determined.getParameterNames in interface ParameterNameDiscovererctor - constructor to find parameter names fornull if they cannot