Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

reqstool/reqstool-java-annotations

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

195 Commits

Commit Activity GitHub Issues License Build Documentation

Reqstool Java Annotations

Java annotations for reqstool requirements traceability.

Overview

Provides @Requirements and @SVCs annotations for linking Java code to requirements and software verification cases. Used together with the Maven Plugin or Gradle Plugin.

Installation

Add the dependency to your project:

Maven

<dependency>
 <groupId>io.github.reqstool</groupId>
 <artifactId>reqstool-java-annotations</artifactId>
 <version>1.0.0</version>
</dependency>

Gradle

implementation 'io.github.reqstool:reqstool-java-annotations:1.0.0'

Usage

import io.github.reqstool.annotations.Requirements;
import io.github.reqstool.annotations.SVCs;
@Requirements({"REQ_001", "REQ_002"})
public class MyService {
 // Implementation
}
@Test
@SVCs("SVC_001")
public void testMyService() {
 // Test
}

Documentation

Full documentation can be found here.

Contributing

See the organization-wide CONTRIBUTING.md.

License

MIT License.

About

Java Annotations and Annotations Processor for reqstool

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Contributors

Languages

AltStyle によって変換されたページ (->オリジナル) /