webcane / readme-app

web application which holds and manages articles to read
0 stars 0 forks source link

inject fields without autowiring #61

Closed webcane closed 1 year ago

webcane commented 1 year ago

use @RequiredArgsConstructor with private final fields to avoid @Autowired annotation usage.