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.
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close