AnnotatedWildcardType represents the potentially annotated use of a wildcard type argument, whose upper or lower bounds may themselves represent annotated uses of types.
AnnotatedWildcardType represents the potentially annotated use of a wildcard type argument, whose upper or lower bounds may themselves represent annotated uses of types.
(get-annotated-lower-bounds this)
Returns the potentially annotated lower bounds of this wildcard type.
returns: the potentially annotated lower bounds of this wildcard type - java.lang.reflect.AnnotatedType[]
Returns the potentially annotated lower bounds of this wildcard type. returns: the potentially annotated lower bounds of this wildcard type - `java.lang.reflect.AnnotatedType[]`
(get-annotated-upper-bounds this)
Returns the potentially annotated upper bounds of this wildcard type.
returns: the potentially annotated upper bounds of this wildcard type - java.lang.reflect.AnnotatedType[]
Returns the potentially annotated upper bounds of this wildcard type. returns: the potentially annotated upper bounds of this wildcard type - `java.lang.reflect.AnnotatedType[]`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close