@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
@Deprecated
public @interface UniqueID
ReportPortal uses uniqueID for identifying test item's originality.
ReportPortal generates ID automatically by default.
Using the annotation you can provide custom ID for test item.
Note that custom ID can affect functionality based on
test item uniqueness.