Skip to content

campfireman/codestickers-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 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.2</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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Java 100.0%