QueryAnnotationCallback

Callback for query annotation

fun fun interface QueryAnnotationCallback<T>

Functions

equals
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open override fun hashCode(): Int
onQueryAnnotation
Link copied to clipboard

Get the queried annotation

abstract fun onQueryAnnotation(annotations: T)
toString
Link copied to clipboard
open override fun toString(): String