Remove unnecessary explicit FQCN

This commit is contained in:
Dave Syer 2013-04-25 10:17:47 +01:00
parent c9a8cb9341
commit ca99e4d7b9

View File

@ -1,9 +1,9 @@
package org.test package org.test
@Component @Component
class Example implements org.springframework.bootstrap.CommandLineRunner { class Example implements CommandLineRunner {
@org.springframework.beans.factory.annotation.Autowired @Autowired
private MyService myService; private MyService myService;
public void run(String... args) { public void run(String... args) {