Liking cljdoc? Tell your friends :D

clj-headlights.system

Companion to the clj-headlights/System class.

About callbacks:

Callbacks are fixed extension points in clj-headlights. In order to use them, you need to create the namespace clj-headlights.callbacks, and implement any of the following functions in it:

  • pre-namespace-require [namespace-symbol] executed right before a namespace is required for the first time.
Companion to the clj-headlights/System class.

About callbacks:

Callbacks are fixed extension points in clj-headlights. In order to use them, you need to create the namespace
clj-headlights.callbacks, and implement any of the following functions in it:

* pre-namespace-require [namespace-symbol]
    executed right before a namespace is required for the first time.
raw docstring

callbackclj

(callback name args)
source

callbacks-loadedclj

source

ensure-callbacks-loadedclj

(ensure-callbacks-loaded)
source

load-callbacks!clj

(load-callbacks!)
source

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close