Codestickers is a collection of Java annotations to document sections of code.
This library is inspired by the guava annotation VisibleForTesting, which is an excellent way to mark sections of code or add documentation through code annotations.
I wanted to use the annotation without adding an extensive lib like guava.
<dependency>
<groupId>com.github.codestickers</groupId>
<artifactId>codestickers</artifactId>
<version>1.0.3</version>
</dependency>
See ImportantTest.java how to apply codestickers.
Codestickers is an open source project, and contributions are welcome! Feel free to raise an issue or submit a pull request.
By creating a pull request you agree that your code will be published under the project MIT license.