import lombok.Data;
import lombok.AllArgsConstructor;
import lombok.NoArgsConstructor;
@Data
@AllArgsConstructor
@NoArgsConstructor
public class Developer {
private String employment;
private String location;
}
@Data
@NoArgsConstructor
public class Profile extends Developer {
private String name;
public Profile() {
super("Software Engineer at Luizalabs / Magalu", "Rio de Janeiro / RJ");
this.name = "Pedro Ricardo";
}
}
- Rio de Janeiro, Rio de Janeiro, Brasil
- http://phricardo.com/
- phricardorj
- in/phricardorj
Pinned Loading
-
integra-cefetrj.phricardo.com
integra-cefetrj.phricardo.com PublicIntegration with Cefet/RJ on a single system for students
TypeScript
-
englishdaily.phricardo.com
englishdaily.phricardo.com PublicLearn English every day! Verbs, Connectives, Pronouns, Nouns and Adjectives! Each day you will have a list to learn!
JavaScript 1
-
next-router-controller
next-router-controller PublicA utility library designed for building scalable and error-resilient HTTP controllers and route handlers in Next.js. It provides easy-to-use wrappers for handling API requests, authorization, valid…
TypeScript 1
-
versionizer.phricardo.com
versionizer.phricardo.com PublicWeb application to help define your version of your applications (MAJOR, MINOR, or PATCH version)
TypeScript
If the problem persists, check the GitHub status page or contact support.