Skip to content

cbuschka/codestickers-java

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Java 100.0%