mirror of
https://github.com/tiennm99/lombok.git
synced 2026-05-24 23:36:18 +00:00
Add support for eclipse feature tests
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
package pkg;
|
||||
|
||||
public interface Interface {
|
||||
|
||||
boolean equals(java.lang.Object o);
|
||||
|
||||
boolean canEqual(java.lang.Object other);
|
||||
|
||||
int hashCode();
|
||||
|
||||
String getString();
|
||||
|
||||
int getInteger();
|
||||
|
||||
void setString(String string);
|
||||
|
||||
void setInteger(int integer);
|
||||
|
||||
java.lang.String toString();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user