| Annotation Type | Description |
|---|---|
| Repository |
Indicates to Google Guice where that the java class is a Repository.
|
| Transactional |
Indicates to Google Guice that the method specified should be handled within a transaction
Only works for methods that are public, package-private or protected (https://github.com/google/guice/wiki/AOP)
|
Copyright © 2022 NorStella. All rights reserved.