io.github.hglabplh_tech.reflect.clojure.api.reflect-annotation

get-annot-return-type

added in 0.9.0

(get-annot-return-type meth)
Get te annotations of a method return type definition

get-class-annots

added in 0.9.0

(get-class-annots clazz)
Get te annotations of a class definition

get-ctor-annots

added in 0.9.0

(get-ctor-annots ctor)
Get te annotations of a constructor definition

get-ctor-param-annots

added in 0.9.0

(get-ctor-param-annots ctor)
Get te annotations of a constructor parameters definition

get-field-annots

added in 0.9.0

(get-field-annots field)
Get te annotations of a field definition

get-meth-param-annots

added in 0.9.0

(get-meth-param-annots meth)
Get te annotations of a method parameters definition

get-method-annots

added in 0.9.0

(get-method-annots meth)
Get te annotations of a method definition