You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this case, code inside expression parameter is treated as a plain string, i.e. no code highlighting and no navigation assistance. However, if we add a setter to the Target class -
Consider the following code:
In this case, code inside
expression
parameter is treated as a plain string, i.e. no code highlighting and no navigation assistance. However, if we add a setter to theTarget
class -...leaving mapper and source the same, the language is injected correctly - code inside
java(...)
is treated as Java fragment.The text was updated successfully, but these errors were encountered: