mirror of
https://github.com/tiennm99/lombok.git
synced 2026-08-07 06:29:29 +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,3 @@
|
||||
public interface Bar extends java.util.RandomAccess, java.util.Map {
|
||||
String getName();
|
||||
}
|
||||
Reference in New Issue
Block a user