mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-28 00:26:04 +00:00
18 lines
332 B
Java
18 lines
332 B
Java
import /* cmt */ lombok./* cmt2 */Getter /* cmt3 */ ;
|
|
|
|
public /*bla */ class CommentsInterspersed {
|
|
/** javadoc for field */
|
|
private int x;
|
|
|
|
private /* bla2 */ @Getter String test = "foo"; //$NON-NLS-1$
|
|
|
|
/** Javadoc on method */
|
|
public native void gwtTest(); /*-{
|
|
javascript;
|
|
}-*/
|
|
} //haha!
|
|
//hahaha!
|
|
|
|
//hahahaha!
|
|
|