mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-28 01:07:49 +08:00
These are correct: - @com.example.Holder.Annotation - @Holder.Annotation - @Annotation These are incorrect: - com.example.Holder.@Annotation - Holder.@Annotation