@Retention(value=RUNTIME)
@Target(value={TYPE,METHOD})
public @interface RestTestPlan
Annotation used to indicate an apiman REST Test junit test. The
value of the annotation should be a path to a REST Test test plan
XML file.
- Author:
- eric.wittmann@redhat.com