chamber / com.skydoves.chamber.annotation / ShareProperty

ShareProperty

@Target([AnnotationTarget.FIELD]) annotation class ShareProperty

ShareProperty annotation used to distinguish explicitly a com.skydoves.chamber.ChamberField property on the com.skydoves.chamber.Chamber using key name: value.

Constructors

<init>

ShareProperty(value: String)

ShareProperty annotation used to distinguish explicitly a com.skydoves.chamber.ChamberField property on the com.skydoves.chamber.Chamber using key name: value.

Properties

value

val value: String