io.github.hglabplh_tech.reflect.clojure.api.annotations.annot-tool
get-annotation-data-vals
added in 1.1.0
(get-annotation-data-vals annot)
gets the values defined by an annotation
get-annotation-info
added in 1.1.0
(get-annotation-info annot)
gets the meta info of a given annotation -- TODO: exper. has to be reworked
get-annotation-values-from-class-fields
added in 1.1.0
(get-annotation-values-from-class-fields fields)
gets the annotation values of a vector of fields
which can have themselves more than one annotation
get-annotation-values-from-class-methods
added in 1.1.0
(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
get-annotation-values-from-field
added in 1.1.0
(get-annotation-values-from-field field)
gets the annotation values of a field
which can have more than one annotation
get-annotation-values-from-method
added in 1.1.0
(get-annotation-values-from-method meth)
gets the annotation values of a vector of fields
which can have themselves more than one annotation