ReturnThis

@MustBeDocumented
@Retention(value = AnnotationRetention.BINARY)
@Target(allowedTargets = [AnnotationTarget.FUNCTION, AnnotationTarget.CLASS])
public annotation ReturnThis


Denotes that any overriding methods should return this.

Summary

Public constructors

Public constructors

ReturnThis

public ReturnThis()