Annotation Interface Layer1ActionMetadata
@Target(TYPE)
@Retention(RUNTIME)
@Repeatable(Layer1ActionMetadataList.class)
public @interface Layer1ActionMetadata
Mark your
Layer1ExternalAction implementations
with this annotation.-
Required Element Summary
Required Elements -
Optional Element Summary
Optional Elements
-
Element Details
-
groups
String[] groupsDescribes group hierarchy where the action will be located in the Keyboard Shortcuts window. The root group for all external actions is Addons/strategy_name.- Default:
{}
-
id
String idAction unique identifier. It's a mandatory field. -
name
String nameThe action name you see in Keyboard Shortcuts. If it's not present theid()field will be used instead.- Default:
""
-