Annotation Interface JStachePartials


Allows you to define and remap/override partials on a model.

Order of config lookup and precedence is as follows:

  1. type annotated with JStache and this annotation.
  2. enclosing class (of type annotated with JStache) with this annotation with inner to outer order.
  3. package annotated with this annotation.
  4. module annotated with this annotation.
If multiple annotations are found they are combined where registered partials with same name are resolved with the above precedence.
Author:
agentgt
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Multiple partial mappings.
  • Element Details

    • value

      Multiple partial mappings.
      Returns:
      multiple partial mappings
      Default:
      {}