Subversion Repositories SmartDukaan

Rev

Rev 21740 | Rev 22372 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 21740 Rev 22040
Line 21... Line 21...
21
 
21
 
22
import io.swagger.annotations.ApiImplicitParam;
22
import io.swagger.annotations.ApiImplicitParam;
23
import io.swagger.annotations.ApiImplicitParams;
23
import io.swagger.annotations.ApiImplicitParams;
24
 
24
 
25
@Controller
25
@Controller
26
@Transactional
26
@Transactional(rollbackFor=Throwable.class)
27
public class AddressController {
27
public class AddressController {
28
	
28
	
29
	@Autowired
29
	@Autowired
30
	ResponseSender<?> responseSender;
30
	ResponseSender<?> responseSender;
31
	
31