@Retention(value=RUNTIME) @Target(value=TYPE) @API(status=EXPERIMENTAL, since="5.6") public @interface JMeterService
ServiceLoader
to find the implementations.
If the plugin exposes the service via service loader (META-INF/services) then it will improve JMeter startup.
Note: JMeter will still try scanning the classes in the jars for backward compatibility reasons,
so if you expose services, then consider adding JMeter-Skip-Class-Scanning: true
manifest attribute
to your jar file. JMeter will skip scanning class files in such jars
Copyright © 1998-2023 Apache Software Foundation. All Rights Reserved.