mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-27 18:23:24 +00:00
22 lines
344 B
Java
22 lines
344 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!
|
|
|