package io.delphi.qa.auto.awsmfrw.common_baby.jira;

import java.lang.annotation.*;

/**
 * Wrapper annotation for {@link KnownIssue}.
 */
@Documented
@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementType.METHOD, ElementType.TYPE})
public @interface KnownIssues {

  KnownIssue[] value();
}
