Skip to content

Instantly share code, notes, and snippets.

@gunnarmorling
Created December 7, 2021 08:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save gunnarmorling/c3f49cb74e5e2495a9de74ccc004432e to your computer and use it in GitHub Desktop.
Save gunnarmorling/c3f49cb74e5e2495a9de74ccc004432e to your computer and use it in GitHub Desktop.
package org.kcctl.command;
@TextBlocksRock(
"""
<?xml version="1.0"?>
<we>
<![CDATA[
can:
do: |
{
"it" : true
}
]] >
</we>
"""
)
public class ZOMG {
}
@interface TextBlocksRock {
String value();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment