@Retention(value=RUNTIME) @Target(value={METHOD,FIELD}) public @interface AgentPort
static int methodName();When used in a static field, the generated value will be injected for the test class to use. Expected field definition is:
static int fieldName;
Copyright © 2025 MuleSoft, Inc.. All rights reserved.