Join Slack
Powered by
I have interface: ``` public interface WithId { ...
# announcements
e
egslava
02/26/2016, 6:09 PM
I have interface:
Copy code
public interface WithId { @Nullable int getId(); void setId(@Nullable int id); }
Open in Slack
Previous
Next