JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Field |
Optional
|
Required
Detail:
Field |
Element
SEARCH:
Package
wf.spring.command_api.annotation
Annotation Interface CommandHandle
@Retention
(
RUNTIME
)
@Target
(
METHOD
)
public @interface
CommandHandle
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
Argument
[]
arguments
String
command
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
group
Element Details
command
String
command
arguments
Argument
[]
arguments
group
String
group
Default:
"default"