-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
import org.p2s.Settings;
import java.util.Optional;
@Settings
public interface SomeSettings {
Optional<Integer> timeout();
String name();
String theSurname();
InnerSettings innerSettings();
interface InnerSettings {
String other();
}
}
It produces an cannot find symbol compilation error.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels