dead-code-detector icon indicating copy to clipboard operation
dead-code-detector copied to clipboard

@PostConstruct and @PreDestroy not considered, so falsy result

Open BBE78 opened this issue 1 year ago • 0 comments

The library does not take into account the annotations "javax.annotation.PostConstruct" and "javax.annotation.PreDestroy", so associated methods are falsy considered as dead code.

BBE78 avatar Mar 27 '23 13:03 BBE78