(get-annotation-data-vals annot)
gets the values defined by an annotation
gets the values defined by an annotation
(get-annotation-info annot)
gets the meta info of a given annotation -- TODO: exper. has to be reworked
gets the meta info of a given annotation -- TODO: exper. has to be reworked
(get-annotation-values-from-class-fields fields)
gets the annotation values of a vector of fields which can have themselves more than one annotation
gets the annotation values of a vector of fields which can have themselves more than one annotation
(get-annotation-values-from-class-methods all-methods)
gets the annotation values of a vector of methods which can have themselves more than one annotation
gets the annotation values of a vector of methods which can have themselves more than one annotation
(get-annotation-values-from-field field)
gets the annotation values of a field which can have more than one annotation
gets the annotation values of a field which can have more than one annotation
(get-annotation-values-from-method meth)
gets the annotation values of a vector of fields which can have themselves more than one annotation
gets the annotation values of a vector of fields which can have themselves more than one annotation
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close