Created
October 28, 2019 04:54
-
-
Save dacamo76/7f08faff99efa9b3bf87c63b12f7f624 to your computer and use it in GitHub Desktop.
Medium blog article
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
interface AttributeRepresentation { | |
List<Attribute> newAttributeList(); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment