Package manifold.ext.rt.api
Annotation Type MethodSignature
-
@Retention(CLASS) public @interface MethodSignature
Annotation used to define method signatures, consisting of the method name, and it parameter types
-
-
Field Summary
Fields Modifier and Type Fields Description static StringnameThe name of the method.static StringparamTypesthe parameter types of the method.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description Class[]paramTypes
-
-
-
Field Detail
-
name
static final String name
The name of the method. This can be a regular expression
-
-
-
paramTypes
static final String paramTypes
the parameter types of the method. Useanyas a wildcard for a specific parameter
-
-
Element Detail
-
name
String name
-
-
-
paramTypes
Class[] paramTypes
- Default:
- {java.lang.NullPointerException.class}
-
-