You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a pojo is annotated with Pibify , there should be a validation step to ensure all the fields in the pojo are either annotated or marked ignored (Deprecated or JsonIgnore)
This would help catch human errors when developing newer iterations of a pibified module.
The text was updated successfully, but these errors were encountered:
When a pojo is annotated with
Pibify
, there should be a validation step to ensure all the fields in the pojo are either annotated or marked ignored (Deprecated or JsonIgnore)This would help catch human errors when developing newer iterations of a pibified module.
The text was updated successfully, but these errors were encountered: