Skip to content

Instantly share code, notes, and snippets.

@sasssass
Last active June 11, 2020 20:02
Show Gist options
  • Save sasssass/feb78fb0259c73559b47fa6b82d88f3b to your computer and use it in GitHub Desktop.
Save sasssass/feb78fb0259c73559b47fa6b82d88f3b to your computer and use it in GitHub Desktop.
public interface ShapeBuilderInterface {
ShapeBuilderInterface addColor(int color);
ShapeBuilderInterface addName(String name);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment