@Retention(value=RUNTIME) @Target(value=METHOD) public @interface BeforeSuite
The BeforeSuite marks a method that will be run before the suite is run.
BeforeSuite