Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/robertvazan/stagean
Java annotation types for documenting current development stage on class or method level.
https://github.com/robertvazan/stagean
development-lifecycle java-annotations java-library
Last synced: 5 days ago
JSON representation
Java annotation types for documenting current development stage on class or method level.
- Host: GitHub
- URL: https://github.com/robertvazan/stagean
- Owner: robertvazan
- License: apache-2.0
- Created: 2020-07-13T18:33:30.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T16:50:56.000Z (about 1 year ago)
- Last Synced: 2023-11-12T17:57:40.058Z (about 1 year ago)
- Topics: development-lifecycle, java-annotations, java-library
- Language: Java
- Homepage: https://stagean.machinezoo.com/
- Size: 85.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
[![SWUbanner](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner2-direct.svg)](https://github.com/vshymanskyy/StandWithUkraine/blob/main/docs/README.md)
# Stagean
[![Maven Central](https://img.shields.io/maven-central/v/com.machinezoo.stagean/stagean)](https://central.sonatype.com/artifact/com.machinezoo.stagean/stagean)
[![Build status](https://github.com/robertvazan/stagean/workflows/build/badge.svg)](https://github.com/robertvazan/stagean/actions/workflows/build.yml)Stagean is a Java library of annotation types that let you document development stage of your project on class or method level.
Hand-edited Stagean annotations complement automated coverage and analysis tools to create overall picture of project's state and progress.More on [homepage](https://stagean.machinezoo.com/).
## Status
Stable and maintained.
## Getting started
See [homepage](https://stagean.machinezoo.com/).
## Documentation
* [Homepage](https://stagean.machinezoo.com/)
* [Javadoc](https://stagean.machinezoo.com/javadoc/com.machinezoo.stagean/com/machinezoo/stagean/package-summary.html)## Feedback
Bug reports and pull requests are welcome. See [CONTRIBUTING.md](CONTRIBUTING.md).
## License
Distributed under [Apache License 2.0](LICENSE).