do you maybe need to annotate the getter and sette...
# android
k
do you maybe need to annotate the getter and setter?
Copy code
protected var dismissIndex = NONE
    @DismissIndex get
    @DismissIndex set
(I think that would compile...)