Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/foxcapades/lib-java-annotation-chainable
https://github.com/foxcapades/lib-java-annotation-chainable
annotations java kotlin library
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/foxcapades/lib-java-annotation-chainable
- Owner: Foxcapades
- License: mit
- Created: 2021-09-15T19:46:20.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-09-16T14:07:35.000Z (about 3 years ago)
- Last Synced: 2024-10-17T01:21:13.533Z (20 days ago)
- Topics: annotations, java, kotlin, library
- Language: Kotlin
- Homepage:
- Size: 416 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.adoc
- License: license
Awesome Lists containing this project
README
= Chainable Annotation
image:https://img.shields.io/badge/Java-8-ff69b4[]
image:https://img.shields.io/badge/license-MIT-brightgreen[]
image:https://img.shields.io/badge/docs-javadoc-blue[link="https://foxcapades.github.io/lib-java-annotation-chainable/javadoc/"]
image:https://img.shields.io/badge/docs-kdoc-darkgreen[link="https://foxcapades.github.io/lib-java-annotation-chainable/dokka/"]
image:https://img.shields.io/maven-central/v/io.foxcapades.lib.annotations/chainable-annotation[link="https://search.maven.org/search?q=g:io.foxcapades.lib.annotations%20a:chainable-annotation"]A microscopic library that provides the documentation annotation `@Chainable`
that may be applied to class methods to indicate that the annotated method
returns the instance of the parent type that the method was called from.This is intended to be used as documentation shorthand for builder pattern
methods.