JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.apache.ibatis.plugin
Signature
Contents
Description
Required Element Summary
Element Details
type
method
args
Hide sidebar
Show sidebar
Annotation Type Signature
@Documented
@Retention
(
RUNTIME
)
@Target
({})
public @interface
Signature
The annotation that indicate the method signature.
See Also:
Intercepts
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
Class
<?>[]
args
Returns java types for method argument.
String
method
Returns the method name.
Class
<?>
type
Returns the java type.
Element Details
type
Class
<?>
type
Returns the java type.
Returns:
the java type
method
String
method
Returns the method name.
Returns:
the method name
args
Class
<?>[]
args
Returns java types for method argument.
Returns:
java types for method argument