(defn get-system-property "Get a system property." ([stringable] (System/getProperty (as-str stringable))) ([stringable default] (System/getProperty (as-str stringable) default)))
Comments top
No comments for get-system-property. Log in to add a comment.