Package org.tquadrat.foundation.annotation


@API(status=STABLE, since="0.0.1") package org.tquadrat.foundation.annotation
Some specialised annotations that are either meant to support change management and field support (like 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 Interfaces
    Class
    Description
    This 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 @BUG annotations.
    The marker annotation for methods that are meant to be overwritten in child classes.
    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.