Compiler feature flags that are subject to change. Use at your own risk!
Flags maybe added without a major version change unlike the rest of the
API. If a flag becomes popular enough it will eventually make its way to
JStacheConfig
so please file an issue if you depend on flag and would like it
to remain in the library.
Order of flag lookup and precedence is as follows:
- type annotated with JStache and this annotation.
- enclosing class (of type annotated with JStache) with this annotation with inner to outer order.
- package annotated with this annotation.
- module annotated with this annotation.
- annotation processor compiler arg options (
-A
). The flags are lowercased and prefixed with "jstache.
"
- Author:
- agentgt
- API Note
- the retention policy is purposely
RetentionPolicy.SOURCE
as these flags only impact compiling of the template.
-
Nested Class Summary
Nested Classes -
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionCompiler flags that will be used on for this model.
-
Element Details
-
flags
Compiler flags that will be used on for this model.- Returns:
- flags
- See Also:
-