cglib « Annotation « Spring Q&A





1. Spring annotations conflicts with my design guidelines    stackoverflow.com

Overview
Using

  • Spring 3.0.1 (annotation configuration)
    • Current configuration is using CGLib as proxy creator but this is not my preference
    • Transactions are annotation configured without any special settings
    • All configuration is done with annotations (@Service, ...