Package manifold.rt.api
Annotation Type DisableStringLiteralTemplates
-
public @interface DisableStringLiteralTemplatesUse this annotation to disable string template processing if you need to use the'$'literally within string literals in your code. Read more about bypassing string template processing. Note this class resides outside the manifold-strings module to facilitate Maven'soptionaltreatment, which allows, say themanifold-jsonmodule, to hide its dependency onmanifold-stringsfrom modules depending on it. The idea is that althoughmanifold-jsonuses string templates, that doesn't mean modules using JSON necessarily want string templates. Otherwise existing usage of'$'in the dependent module could cause unwanted behavior. Thus, residing outside themanifold-stringsmodule theDisableStringLiteralTemplatesannotation can be used in code generated bymanifold-jsonwith or withoutmanifold-stringsin scope in the module depending onmanifold-json.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanvalue
-