diff options
author | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-04-12 13:18:04 +0200 |
---|---|---|
committer | Alexander Kriegisch <Alexander@Kriegisch.name> | 2024-04-12 15:14:35 +0200 |
commit | c2acbdf9ea5056219e177b54ff08d0d1b38b0c95 (patch) | |
tree | 4c99b744a71a43100838bf4df6276d6c18815600 /util | |
parent | b5ff0942c3c5bb3e734a6c3b0c7a1dc367dadd51 (diff) | |
download | aspectj-c2acbdf9ea5056219e177b54ff08d0d1b38b0c95.tar.gz aspectj-c2acbdf9ea5056219e177b54ff08d0d1b38b0c95.zip |
SignaturePattern: Add exception for meta annotations
Upon meta annotation usage in signature patterns, lint warnings like the
following were issued during type parameter traversal:
does not match because annotation @java.lang.annotation.Inherited
has @Target{ElementType.ANNOTATION_TYPE} [Xlint:unmatchedTargetKind]
To avoid this, we now heuristically check if we are in a meta annotation
situation and, if so, permit it.
Signed-off-by: Alexander Kriegisch <Alexander@Kriegisch.name>
Diffstat (limited to 'util')
0 files changed, 0 insertions, 0 deletions