JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Required |
Optional
Detail:
Element
org.jetbrains.annotations
Annotation Type TestOnly
@Documented
@Retention
(
value
=
SOURCE
)
@Target
(
value
={
METHOD
,
CONSTRUCTOR
}) public @interface
TestOnly
A method/constructor annotated with TestOnly claims that it should be called from testing code only.
Apart from documentation purposes this annotation is intended to be used by static analysis tools to validate against element contract violations.
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Required |
Optional
Detail:
Element