JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Package
org.apache.ibatis.plugin
Annotation Type Signature
@Documented
@Retention
(
RUNTIME
)
@Target
({})
public @interface
Signature
The annotation that indicate the method signature.
Author:
Clinton Begin
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