Annotation Type Namespace


  • ()
    ()
    
    @UseWith(SERVICE)
    public @interface Namespace
    Maps a service interface to a Clojure namespace. Each method is mapped to a corresponding Var within the namespace (or as defined by a FunctionName annotation on the individual method).
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      value  
    • Element Detail

      • value

         value
        Returns:
        the fully qualified namespace that will contain the functions to be exposed as methods.