mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-14 12:26:30 +00:00
Created utility class to casually inspect class files on the usage of classes, fields and methods
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
public class Foo implements java.util.RandomAccess {
|
||||
private static final String ONE = "Eén";
|
||||
|
||||
{
|
||||
String value = toString();
|
||||
System.out.print(value);
|
||||
System.out.print("Two" + "Four");
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user