Skip to content

codestickers/codestickers-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codesticker for Java Build Maven Central License

Codestickers is a collection of Java annotations to document sections of code.

Why Codestickers

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.

How to Use

Maven

<dependency>
  <groupId>com.github.codestickers</groupId>
  <artifactId>codestickers</artifactId>
  <version>1.0.3</version>
</dependency>

Usage example

See ImportantTest.java how to apply codestickers.

Contributing

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.

Contributors

Contributors

License

MIT