@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Slow
Practically speaking, this is for test methods that are not (close to) instantaneous.
Copyright © 1995–2019 Mort Bay Consulting. All rights reserved.