package com.kdanmobile.reader.annotationattribute import android.support.annotation.IntRange open class AnnotationAttribute(open var color: Int, @IntRange(from = 0, to = 255) open var alpha: Int)