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

Commits on Mar 22, 2023

  1. Added lombok plugin to be able to create data object , and add some m…

    …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
    ajitfb authored and facebook-github-bot committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    0011476 View commit details
    Browse the repository at this point in the history