SkillAgentSearch skills...

Multiline

An implementation of multiline string literals in Java, using Javadoc comments. This project is originated from the blog post of Adrian Walker ( http://www.adrianwalker.org/2011/12/java-multiline-string.html ).

Install / Use

/learn @benelog/Multiline
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Multiline

An implementation of multiline string literals in Java, using Javadoc comments.

This project is originated from Adrian Walker's blog post ( http://www.adrianwalker.org/2011/12/java-multiline-string.html ).

Usage

You can use multiline string literals with javadoc comments and '@Multiline' annotation.

For example,

/**
DELETE
FROM post
*/
@Multiline static String deleteFromPost;

is equivalent to the following expression in Groovy.

static String deleteFromPost = """
DELETE
FROM post
"""

Configuration

Tips

Release Notes

Related Skills

View on GitHub
GitHub Stars105
CategoryDevelopment
Updated15d ago
Forks20

Languages

Java

Security Score

80/100

Audited on Mar 19, 2026

No findings