@Retention(value=RUNTIME) @Target(value=METHOD) public @interface UiAction
The method must be public, and must not take any parameters in its signature.
Note: Metawidget is designed to use existing metadata as much as possible. Clients
should use something like org.jdesktop.application.Action
or JBoss jBPM in
preference to UiAction
.
Copyright © 2015. All Rights Reserved.