@Retention(value=CLASS) public @interface MethodSignature
Modifier and Type | Fields and Description |
---|---|
static String |
name
The name of the method.
|
static String |
paramTypes
the parameter types of the method.
|
Modifier and Type | Required Element and Description |
---|---|
String |
name |
Modifier and Type | Optional Element and Description |
---|---|
Class[] |
paramTypes |
Copyright © 2024. All rights reserved.