Skip to content

Commit

Permalink
Add missed annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
HardNorth committed Feb 14, 2024
1 parent 25a1ba9 commit b073d5e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/main/java/com/epam/reportportal/annotations/TmsLink.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,17 @@

package com.epam.reportportal.annotations;

import java.lang.annotation.*;

/**
* Add a link to a Test Case located in external Test Management System.
* This annotation appends a hypertext link to a Test Case into the Test Item description.
*/
@Documented
@Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target({ ElementType.METHOD, ElementType.CONSTRUCTOR, ElementType.TYPE })
@Repeatable(TmsLinks.class)
public @interface TmsLink {

/**
Expand Down

0 comments on commit b073d5e

Please sign in to comment.