Modify rule S3749: Update rule description to add new javax and jakarta annotations (SONARJAVA-5036) (#4578)
Update rule description to add javax persistence annotations and jakarta inject and resource annotation
This commit is contained in:
parent
f9cf7be4f3
commit
8558f5ea6f
@ -8,6 +8,10 @@ This rule raises an issue when a singleton ``++@Component++``, ``++@Controller++
|
||||
* ``++org.springframework.beans.factory.annotation.Value++``
|
||||
* ``++javax.annotation.Inject++``
|
||||
* ``++javax.annotation.Resource++``
|
||||
* ``++javax.persistence.PersistenceContext++``
|
||||
* ``++jakarta.annotation.Resource++``
|
||||
* ``++jakarta.inject.Inject++``
|
||||
* ``++jakarta.persistence.PersistenceContext++``
|
||||
|
||||
== How to fix it
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user