Package io.foxcapades.lib.annotations.chainable

Types

Chainable
Link copied to clipboard
@Target(allowedTargets = [AnnotationTarget.FUNCTION])
annotation class Chainable

Chainable Method

This annotation may be used on a class method to indicate that the method returns the parent class instance for method chaining.