| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…ment annotation, and add Exclude annotation.
Codecov ReportAttention: 3 lines in your changes are missing coverage. Please review.
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #972 +/- ##
============================================
+ Coverage 61.22% 61.28% +0.06%
- Complexity 443 450 +7
============================================
Files 70 70
Lines 2579 2591 +12
Branches 271 277 +6
============================================
+ Hits 1579 1588 +9
Misses 932 932
- Partials 68 71 +3 ☔ View full report in Codecov by Sentry. |
Sorry, something went wrong.
|
Nice PR, thanks for you contribution, can you please also add a bit of documentation of you new features, best place would be here. If this is done, i am happy to merge |
Sorry, something went wrong.
Updated. Please review. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
if @Column is used without a name, the annotated field's name is used as the column name.
In addition, when a pojo is annotated with @Measurement(name = "...", allFields = true), then all its fields are loaded or saved.
Finally, an @Exclude annotation can be used for opting a field out in this mode.
Fixes #971.