Skip to content

Instantly share code, notes, and snippets.

@vijedi
Created January 6, 2012 01:44
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 vijedi/1568484 to your computer and use it in GitHub Desktop.
Save vijedi/1568484 to your computer and use it in GitHub Desktop.
Spring AOP Class Example
@Transactional
@Service
class DependencyClass implements IDependencyClass {
}
class MainClass {
@Autowired
private IDependencyClass insert;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment