@DefaultCommand
From Documentation
Syntax
@DefaultCommand
Description
Target: method
Purpose: To mark a default Command method.
Example
Mark method as default
@DefaultCommand
public void default(){
...
}
Version History
Version | Date | Content |
---|---|---|
6.5.1 | October 2012 | This annotation was introduced. |