Annotation Interface PlaygroundClass


@ClassVersion(sourceVersion="$Id: PlaygroundClass.java 966 2022-01-04 22:28:49Z tquadrat $") @API(status=STABLE, since="0.1.0") @Documented @Retention(SOURCE) @Target(TYPE) public @interface PlaygroundClass

This is the marker annotation for a "Playground Class", a class that is added to the test code to verify a certain concept, but that is neither part of the tests nor of the product itself.

Such a class may hurt several inspection rules that have to followed by otherwise "regular" classes, and these inspections can be switched off by applying this annotation.

Author:
Thomas Thrien (thomas.thrien@tquadrat.org)
Version:
$Id: PlaygroundClass.java 966 2022-01-04 22:28:49Z tquadrat $
Since:
0.1.0
UML Diagram
UML Diagram for "org.tquadrat.foundation.annotation.PlaygroundClass"

UML Diagram for "org.tquadrat.foundation.annotation.PlaygroundClass"

UML Diagram for "org.tquadrat.foundation.annotation.PlaygroundClass"