Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 413 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 413 Bytes

Parasoft Annotations

These annotations are available from Parasoft under an open-source license.

See the Javadoc API

Include Parasoft Annotations as a Maven Dependecy

    <dependency>
      <groupId>com.parasoft</groupId>
      <artifactId>parasoft-annotations</artifactId>
      <scope>test</scope>
      <version>1.0</version>
    </dependency>