{% setvar book_path %}/reference/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}

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()