@Retention(SOURCE) @Target({TYPE,FIELD,METHOD}) public @interface ActionID
layer based definition
,
the action ought to be placed in
"Actions/" + category() + "/" + id().replace('.','-') + ".instance"
path.ActionRegistration
,
Actions.forID(java.lang.String, java.lang.String)
String category
String id
org.myproject.myproduct.MyAction
.Built on April 24 2018. | Portions Copyright 1997-2018 Oracle. All rights reserved.