{"id":18826277,"url":"https://github.com/otaviojava/constructor-prototype","last_synced_at":"2026-01-21T05:30:20.436Z","repository":{"id":50601606,"uuid":"519595747","full_name":"otaviojava/constructor-prototype","owner":"otaviojava","description":"This is a sample prototype code to explore the creation of Constructor instead of ","archived":false,"fork":false,"pushed_at":"2022-08-04T10:42:11.000Z","size":74,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-12-30T05:29:27.375Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/otaviojava.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-30T18:46:59.000Z","updated_at":"2022-07-30T19:13:42.000Z","dependencies_parsed_at":"2022-09-24T15:12:30.639Z","dependency_job_id":null,"html_url":"https://github.com/otaviojava/constructor-prototype","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otaviojava%2Fconstructor-prototype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otaviojava%2Fconstructor-prototype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otaviojava%2Fconstructor-prototype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/otaviojava%2Fconstructor-prototype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/otaviojava","download_url":"https://codeload.github.com/otaviojava/constructor-prototype/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239763670,"owners_count":19692800,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-08T01:04:08.495Z","updated_at":"2026-01-21T05:30:20.383Z","avatar_url":"https://github.com/otaviojava.png","language":"Java","readme":"# constructor-prototype\n\nThis is a sample prototype code to explore the creation of Constructor instead of use fields.\n\nThe proposal is to have support to:\n\n```java\n\n@Entity\npublic class Animal {\n\n    @Id\n    private final String id;\n\n    @Column\n    private final  String name;\n\n    @Column\n    private final  String race;\n\n    @Constructor\n    Animal(@Id String id, @Column(\"name\") String name, @Column(\"race\") String race) {\n        this.id = id;\n        this.name = name;\n        this.race = race;\n    }\n```","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotaviojava%2Fconstructor-prototype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fotaviojava%2Fconstructor-prototype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fotaviojava%2Fconstructor-prototype/lists"}