Skip to content

Foxcapades/lib-java-annotation-chainable

Repository files navigation

Chainable Annotation

Java 8 ff69b4 license MIT brightgreen docs javadoc blue docs kdoc darkgreen 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.