Support "javax.annotation.concurrent.Immutable" for immutability checks
Open
- Dominant language
- Java
- Stars
- 7.2k
- Forks
- 820
- Avg merge
- 5h 9m
- Merged PRs (30d)
- 50
Description
I have a lot of code here, that uses "javax.annotation.concurrent.Immutable" to annotate classes that are - you may have guessed it - immutable.
Unfortunatley error-prone-compiler doesn't seem to recognize those annotations.
I'd love to see support for "javax.annotation.concurrent.Immutable". And maybe support all annotations that are called "Immutable". Independent from the package they are located in...
Contributor guide
Assessment
This issue has not been assessed yet.