@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface Description
If put on a method or constructor, or class, overrides or set corresponding Test Item description on ReportPortal.
This annotation should be handled in priority to other mechanisms of existing test frameworks.