Compiler 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.
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.
- Author:
- agentgt
- API Note
- the retention policy is purposely
RetentionPolicy.SOURCE
as these flags only impact compiling of the template.
-
Nested Class Summary
-
Required Element Summary
Modifier 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
-