private static class AnnotationConsumerInitializer.AnnotationConsumingMethodSignature
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private int |
annotationParameterIndex |
private java.lang.String |
methodName |
private int |
parameterCount |
| Constructor and Description |
|---|
AnnotationConsumingMethodSignature(java.lang.String methodName,
int parameterCount,
int annotationParameterIndex) |
| Modifier and Type | Method and Description |
|---|---|
(package private) int |
getAnnotationParameterIndex() |
(package private) boolean |
isMatchingWith(java.lang.reflect.Method method) |
private final java.lang.String methodName
private final int parameterCount
private final int annotationParameterIndex