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-09 09:17:55 +02:00
2024-01-10 11:00:45 +01:00
2024-02-26 16:29:18 +01:00