Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 335 Bytes

File metadata and controls

14 lines (7 loc) · 335 Bytes

ArchRules Documentation

List of all archrules defined in this library.

no field injection

Description: no fields should be annotated with @Inject or @Autowired, because constructor injection is preferred over field injection

Priority: MEDIUM

Class: com.netflix.nebula.archrules.spring.SpringBestPractices