@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 |
public static final String name
public static final String paramTypes
any as a wildcard for a specific parameterpublic abstract String name
public abstract Class[] paramTypes
Copyright © 2024. All rights reserved.