io.jerseywiremock.annotations.ParamFormat Maven / Gradle / Ivy
The newest version!
package io.jerseywiremock.annotations;
import io.jerseywiremock.annotations.formatter.ParamFormatter;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
@Retention(RetentionPolicy.RUNTIME)
public @interface ParamFormat {
Class extends ParamFormatter> value();
}