Annotations

Applies to ReadyAPI 3.51, last modified on March 21, 2024

ReadyAPI uses Java annotations to identify plugins. Annotations contain metadata about the actual code.

When creating plugins, you add the corresponding annotations to your code classes to identify the extension type and provide other information.

When plugins are loaded in ReadyAPI, the annotations are used to define configurations and functionality.

Java Documentation

You can read more about Java annotations in the Annotations Java Tutorial .

In This Section

Highlight search results