mirror of
https://github.com/tiennm99/lombok.git
synced 2026-09-14 14:19:35 +00:00
See discussion at https://groups.google.com/d/topic/project-lombok/64zuUlLnVMc/discussion
11 lines
139 B
Java
11 lines
139 B
Java
/*
|
|
Try out pretty comments.
|
|
*/
|
|
package test;
|
|
|
|
// Cool Comments
|
|
public class WithComments {
|
|
// Also inside the body
|
|
// On start of line
|
|
}
|