(defn nested-class-file? [#^String n] ;; ^ excludes anonymous classes (re-find #"^[^\$]+(\$[^\d]\w*)+\.class" n))
Comments top
No comments for nested-class-file?. Log in to add a comment.