@DefaultCommand

From Documentation
Revision as of 08:58, 26 October 2012 by Hawk (talk | contribs) (→‎Syntax)
since 6.5.1

Syntax

@DefaultCommand

Description

Target: method

Purpose: To mark a default Command method.


Example

Mark method as default

	@DefaultCommand
	public void default(){
		...
	}



Version History

Last Update : 2012/10/26


Version Date Content
6.5.1 October 2012 This annotation was introduced.




Last Update : 2012/10/26

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.