Liking cljdoc? Tell your friends :D

jdk.lang.reflect.AnnotatedTypeVariable

AnnotatedTypeVariable represents the potentially annotated use of a type variable, whose declaration may have bounds which themselves represent annotated uses of types.

AnnotatedTypeVariable represents the potentially annotated use of a
type variable, whose declaration may have bounds which themselves represent
annotated uses of types.
raw docstring

get-annotated-boundsclj

(get-annotated-bounds this)

Returns the potentially annotated bounds of this type variable.

returns: the potentially annotated bounds of this type variable - java.lang.reflect.AnnotatedType[]

Returns the potentially annotated bounds of this type variable.

returns: the potentially annotated bounds of this type variable - `java.lang.reflect.AnnotatedType[]`
raw docstring

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

× close