Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added lombok plugin to be able to create data object , and add some model objects templates to start with #2223

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ajitfb
Copy link
Contributor

@ajitfb ajitfb commented Mar 22, 2023

Summary:
Added lombok plugin to be able to create data object , and add some model objects templates to start with.

Overall execution plan: https://docs.google.com/document/d/1j-2mf1bPdR9vsahhSeB2LfHHC3pSAXY8aV99cNHUoPk/edit#

This diff:

  1. creates a lombok object to efficiently add model objects.
  2. creates model objects with annotation pre processor , supported by lombok during compile time.
  3. Added a generated file for lombok config.
  4. Added a threadsafe cache which will be used as a primary cache.

Upcoming:

  1. create singleton to instantiate a deployment meta class with respective models.
  2. use spring way to create config class to create singleton.
  3. Hook up controller to use this

Differential Revision: D44281679

…odel objects templates to start with

Summary:
Added lombok plugin to be able to create data object , and add some model objects templates to start with.

Overall execution plan: https://docs.google.com/document/d/1j-2mf1bPdR9vsahhSeB2LfHHC3pSAXY8aV99cNHUoPk/edit#

This diff:

1. creates a lombok object to efficiently add model objects.
2. creates model objects with annotation pre processor , supported by lombok during compile time.
3. Added a generated file for lombok config.
4. Added a threadsafe cache which will be used as a primary cache.

Upcoming:

1. create singleton to instantiate a deployment meta class with respective models.
2. use spring way to create config class to create singleton.
3. Hook up controller to use this

Differential Revision: D44281679

fbshipit-source-id: 5bbb4e748c59fb79410bb0c418658f2488ea7991
@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported labels Mar 22, 2023
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D44281679

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants