• Stars
    star
    104
  • Rank 330,604 (Top 7 %)
  • Language
    Java
  • Created almost 12 years ago
  • Updated over 7 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

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 ).

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

More Repositories

1

entity-dev

Shell
112
star
2

spring-jdbc-tips

Spring JDBC ν™œμš©νŒ, SQL 관리 λ°©μ•ˆ λ“±
Java
112
star
3

java-concurrency

java concurrency 예제 정리
Java
103
star
4

devnote

μ •μƒν˜μ˜ 개발수첩
47
star
5

h2demo

HTTP/2 데λͺ¨
Shell
32
star
6

one-ftpserver

Simple, portable FTP server for one user by one executable jar file.
Java
31
star
7

lambda-resort

examples of filtering, sorting, mapping by Java, Groovy, Scala, Kotlin, Xtend, Ceylon
Java
25
star
8

egloos-migration

egloos λΈ”λ‘œκ·Έ λ§ˆμ΄κ·Έλ ˆμ΄μ…˜ ν”„λ‘œκ·Έλž¨
Kotlin
12
star
9

bookshelf-it

https://bookshelf-it.benelog.net 에 λ°°ν¬λ˜λŠ” ITμ„œμ  μ±…μž₯
Shell
9
star
10

spring-upgrade-seminar

Helloworld μ˜€ν”ˆμ„Έλ―Έλ‚˜ λ°œν‘œμžλ£Œ
8
star
11

devcenter-bot

2019 NAVER CAMPUS HACKDAY WINTER 과제 μ €μž₯μ†Œ ( https://d2.naver.com/news/4972264)
Java
6
star
12

docs

Documentations
HTML
5
star
13

contents-proxy

Java
4
star
14

spring-batch-examples

Java
4
star
15

java-date-time

Sample codes for java.util.Calendar, Date, joda-time, JSR-310
Java
4
star
16

web-db-console

A JDBC client with web interface by Maven-exec-plugin and H2 console.
4
star
17

shell-proxy

proxy server to execute shell commands
Java
4
star
18

uploader

Simple web application for uploading files
Java
3
star
19

wiki

μž‘λ‹€ν•œ 지식 정리
3
star
20

dumper

Simple web application to download java stack dump
Java
2
star
21

diary

https://diary.benelog.net 에 λ°°ν¬λ˜λŠ” μ†ŒμŠ€
Shell
1
star
22

tomcat-bed

packaging of an embeded Tomcat server for UI tests.
1
star
23

yonsei-stats-bk

JavaScript
1
star
24

string-replace-test

Java
1
star