The following built-in annotations are not documented at the moment.
- @GroupSequence; targets TYPE
- @ReportAsSingleViolation; targets ANNOTATION_TYPE
- @ValidateOnExecution; targets CONSTRUCTOR, METHOD, TYPE, PACKAGE
- @ExtractedValue; targets TYPE_USE
- @UnwrapByDefault; targets TYPE
All annotations but @ExtractedValue targets TYPE, so it is beneficial to make these 4 annotations documented. |