c

chainable-annotation

Provides a documenting annotation that indicates the annotated method returns the instance of the method's parent class for method chaining on builder pattern types.
https://github.com/Foxcapades/lib-java-annotation-chainable
MIT
Elizabeth Paige harper
Files download
File Operation
chainable-annotation-1.0.0.jar download
chainable-annotation-1.0.0.pom download
chainable-annotation-1.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.foxcapades.lib.annotations</groupId>
  <artifactId>chainable-annotation</artifactId>
  <version>1.0.0</version>
</dependency>
Gradle Groovy
implementation 'io.foxcapades.lib.annotations:chainable-annotation:1.0.0'
Gradle Kotlin
implementation("io.foxcapades.lib.annotations:chainable-annotation:1.0.0")
Scala SBT
libraryDependencies += "io.foxcapades.lib.annotations" % "chainable-annotation" % "1.0.0"
Groovy Grape
@Grapes(
  @Grab(group='io.foxcapades.lib.annotations', module='chainable-annotation', version='1.0.0')
)
Apache Ivy
<dependency org="io.foxcapades.lib.annotations" name="chainable-annotation" rev="1.0.0" />
Leiningen
[io.foxcapades.lib.annotations/chainable-annotation "1.0.0"]
Apache Buildr
'io.foxcapades.lib.annotations:chainable-annotation:jar:1.0.0'