Liking cljdoc? Tell your friends :D
Clojure only.

jdk.lang.reflect.AnnotatedType

AnnotatedType represents the potentially annotated use of a type in the program currently running in this VM. The use may be of any type in the Java programming language, including an array type, a parameterized type, a type variable, or a wildcard type.

AnnotatedType represents the potentially annotated use of a type in
the program currently running in this VM. The use may be of any type in the
Java programming language, including an array type, a parameterized type, a
type variable, or a wildcard type.
raw docstring

get-typeclj

(get-type this)

Returns the underlying type that this annotated type represents.

returns: the type this annotated type represents - java.lang.reflect.Type

Returns the underlying type that this annotated type represents.

returns: the type this annotated type represents - `java.lang.reflect.Type`
raw docstring

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

× close