QueryAnnotationCallback

fun fun interface QueryAnnotationCallback<T>

Callback for query annotation

Functions

equals
Link copied to clipboard
open operator fun equals(other: Any?): Boolean
hashCode
Link copied to clipboard
open fun hashCode(): Int
onQueryAnnotation
Link copied to clipboard
abstract fun onQueryAnnotation(annotations: T)
Get the queried annotation
toString
Link copied to clipboard
open fun toString(): String