mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-03-22 15:19:59 +07:00
9 lines
209 B
Java
9 lines
209 B
Java
// Generated by delombok at Wed Oct 02 19:12:43 GMT 2019
|
|
|
|
abstract class WithMethodAbstract {
|
|
String foo;
|
|
|
|
@java.lang.SuppressWarnings("all")
|
|
public abstract WithMethodAbstract withFoo(final String foo);
|
|
}
|