Package io.hyperfoil.api.config
Annotation Type Embed
-
@Retention(RUNTIME) @Target({FIELD,METHOD}) public @interface EmbedFor purposes of configuration embed all properties into the declaring builder.If this annotation is used on a method it must be a public non-static no-arg method. If this annotation is used on a field it must be a public final field.