-
Enhancement
-
Resolution: Fixed
-
P3
-
8
-
b98
-
generic
-
generic
-
Verified
JEP 120: Repeating Annotations http://openjdk.java.net/jeps/120
This will impact annotation processing. For example, given an annotation processor that processes the annotation @Foo, it will not trigger on a declaration annotated with:
@Foo
@Foo
We need to add clarifications and processing support related to this.
- relates to
-
JDK-7154390 Add support for repeating annotations in j.l.r.AnnotatedElement
-
- Closed
-
-
JDK-8010679 Clarify "present" and annotation ordering in Core Reflection for Annotations
-
- Closed
-
-
JDK-8010680 Clarify "present" and annotation ordering in javax.lang.model for Annotations
-
- Closed
-
-
JDK-7151008 Add library support for repeating annotations in java.lang.annotation
-
- Closed
-
-
JDK-7151010 Add compiler support for repeating annotations
-
- Closed
-
-
JDK-8038080 annotation processors don't visit declaration parameter annotations
-
- Resolved
-
-
JDK-8046110 JEP 120: Repeating Annotations
-
- Closed
-