public abstract @interface

Rule

implements Annotation
org.junit.Rule

Class Overview

Annotates fields that contain rules. Such a field must be public, not static, and a subtype of MethodRule. For more information, see MethodRule

Summary

[Expand]
Inherited Methods
From interface java.lang.annotation.Annotation