Package org.tquadrat.foundation.annotation
Some specialised annotations that are either meant to support change
management and field support (like
The marker annotations were introduced mainly to satisfy the inspections of IntelliJ IDEA; they can be configured to ignore some 'smells' when a class or method is annotated in some way.
ClassVersion)
or to provide other advanced functionality. The marker annotations were introduced mainly to satisfy the inspections of IntelliJ IDEA; they can be configured to ignore some 'smells' when a class or method is annotated in some way.
-
Annotation InterfacesClassDescriptionThis annotation allows to add information about applied fixes to a program element.This annotation will be used to provide version information for each class in a project.The annotation container for
@BUGannotations.The marker annotation for methods that are meant to be overwritten in child classes.Marks a class as a 'standard' class that IntelliJ suggests to be a record class.This is the marker annotation for a "Playground Class"This is the marker annotation for a "Main" class.Associates a property name to a method.This is a marker annotation for a utility class.
