Details
-
Type:
Enhancement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Declined
-
Affects Version/s: Release 1.4
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
Right now if I need to use a record defined in another name space, I need to do this:
(ns myproj.test.xyz
(:use [myproj.xyz])
(:import [myproj.xyz MyRecord])
Hope we can remove the need of ":import" clause.