@Retention(value=CLASS)
@Target(value=METHOD)
public @interface TreeView
Mark a command method return value shall be displayed as tree structure. e.g
TreeView
should be used only on object that are type of CliView.TREE
TableView
,
PropertySpec
Copyright © 2014–2017 ActFramework. All rights reserved.