private static class AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer extends java.lang.Object implements ParameterNameDiscoverer
Modifier | Constructor and Description |
---|---|
private |
AbstractAspectJAdvisorFactory.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 AbstractAspectJAdvisorFactory.AspectJAnnotationParameterNameDiscoverer()
public java.lang.String[] getParameterNames(java.lang.reflect.Method method)
ParameterNameDiscoverer
null
if they cannot be determined.getParameterNames
in interface ParameterNameDiscoverer
method
- method to find parameter names fornull
if they cannotpublic java.lang.String[] getParameterNames(java.lang.reflect.Constructor ctor)
ParameterNameDiscoverer
null
if they cannot be determined.getParameterNames
in interface ParameterNameDiscoverer
ctor
- constructor to find parameter names fornull
if they cannot