Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (gen-class
- :name com.company.Aclass
- :prefix rad-
- :extends org.eclipse.jetty.util.component.AbstractLifeCycle
- :state state
- :init init
- :constructors {[java.util.Map] []}
- :methods [[getStuff [] java.util.List]]
- )
- (defn ^java.util.List rad-getStuff
- [^Aclass this]
- (do
- @(.state this)
- ))
Advertisement
Add Comment
Please, Sign In to add comment