Skip to content

Instantly share code, notes, and snippets.

@lc-nyovchev
Created December 13, 2018 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lc-nyovchev/f093df4a9e431993a4029a0b3129d1e7 to your computer and use it in GitHub Desktop.
Save lc-nyovchev/f093df4a9e431993a4029a0b3129d1e7 to your computer and use it in GitHub Desktop.
@Service
@RequiredArgsConstructor(onConstructor = @__(@Autowired))
public class SomeService {
private final SomeDependency someDependency;
private final SomeOtherDependency someOtherDependency;
//..code
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment