Karol Lewandowski f31aa679e6 Use the correct nested annotation form
These are correct:
- @com.example.Holder.Annotation
- @Holder.Annotation
- @Annotation

These are incorrect:
- com.example.Holder.@Annotation
- Holder.@Annotation
2024-04-22 13:58:09 +02:00
..
2024-04-10 16:04:20 +02:00
2023-04-04 11:59:37 +02:00
2023-06-15 10:51:07 +02:00