Allow DoNotCall annotation on constructors
Open
- Dominant language
- Java
- Stars
- 7.2k
- Forks
- 820
- Avg merge
- 5h 9m
- Merged PRs (30d)
- 50
Description
The `@DoNotCall` annotation has the following target declaration:
```java
@Target(METHOD)
```
But it makes sense to also put it on constructors, which are in many aspects like methods.
Contributor guide
Assessment
This issue has not been assessed yet.