Closed vemv closed 1 year ago
For a given Java arglist (as used in *cider-doc*, etc) like [this key], we can also include:
*cider-doc*
[this key]
this
So the example would become: ^Integer [this ^String key]
^Integer [this ^String key]
classes other than java.lang's should be fully-qualified.
java.lang
Pay attention to primitives.
Disregard generics.
For a given Java arglist (as used in
*cider-doc*
, etc) like[this key]
, we can also include:this
)So the example would become:
^Integer [this ^String key]
classes other than
java.lang
's should be fully-qualified.Pay attention to primitives.
Disregard generics.