@Retention(value=RUNTIME) @Target(value=TYPE) @API(since="5.3", status=INTERNAL) public @interface TestElementMetadata
Historically JMeter was creating component classes which initializes GUI elements. The idea here is to enable access to the metadata without instantiating GUI classes.
This annotation is not meant to be used by the third-party plugins, and it might be removed as better alternatives are implemented.
MenuFactory
Modifier and Type | Required Element and Description |
---|---|
String |
labelResource |
Modifier and Type | Optional Element and Description |
---|---|
String[] |
actionGroups |
String |
resourceBundle |
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.