chamber / com.skydoves.chamber.annotation / ChamberScope

ChamberScope

@Target([AnnotationTarget.ANNOTATION_CLASS]) annotation class ChamberScope

ChamberScope is an annotation for building a lifecycle aware data holder based on custom scopes.

ChamberScope It should be annotated a class (activity, fragment, repository or any classes) that has ChamberField fields.

Constructors

<init>

ChamberScope()

ChamberScope is an annotation for building a lifecycle aware data holder based on custom scopes.