Liking cljdoc? Tell your friends :D

jdk.lang.reflect.AnnotatedWildcardType

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.
raw docstring

get-annotated-lower-boundsclj

(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[]`
raw docstring

get-annotated-upper-boundsclj

(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[]`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close