Forum Discussion

Camo's avatar
Camo
Occasional Contributor
3 years ago
Solved

How to write hook with annotation and order

I need to use hook with tag and order. If I try to write  @After("@last", order=1) idea shows an error: Annotation attribute must be of the form 'name=value'. Can somebody tell me please what is th...
  • Camo's avatar
    3 years ago

    the solution is

    @After(value="@last", order=1)