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
package my.cv; | |
@Getter | |
public class Tiago { | |
private final Email personal = new Email("[email protected]"); | |
private final Phone whatsapp = new WhatsApp("+55 43 991 066 712"); | |
private final Phone telegram = new Telegram("@tihlok"); | |
private final Link github = new Github("github.com/tihlok"); | |
private final Link portfolio = new Website("tihlok.github.io/"); |