Skip to content

Latest commit

 

History

47 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Codesticker for Java Build Status 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.0</version>
</dependency>

Contributing

Codestickers is an open source project, and contributions are welcome! Feel free to raise an issue or submit a pull request.

License

Copyright (c) 2018 by the Codestickers Team.

Apache License 2.0

About

Collection of Java code annotations

Topics

Resources

Stars

3 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages