BAEL-20552: Migrate spring-4 module to the com.baeldung package
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
package com.baeldung.spring43.scopeannotations;
|
||||
|
||||
import org.springframework.stereotype.Component;
|
||||
import org.springframework.web.context.annotation.RequestScope;
|
||||
|
||||
@Component
|
||||
@RequestScope
|
||||
public class LoginAction extends InstanceCountingService {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user