| .. | .. |
|---|
| 21 | 21 | * injected and discovered by the DI container. |
|---|
| 22 | 22 | * <p> |
|---|
| 23 | 23 | * Notes: |
|---|
| 24 | | -* - Currently binds resources explicitly. TODO indicates a future |
|---|
| 24 | +* - Currently binds resources explicitly. TODO JRA-Urgent: indicates a future |
|---|
| 25 | 25 | * improvement to bind dynamically via reflection / classpath scanning. |
|---|
| 26 | 26 | * |
|---|
| 27 | 27 | * @author JRA |
|---|
| .. | .. |
|---|
| 35 | 35 | */ |
|---|
| 36 | 36 | @Override |
|---|
| 37 | 37 | protected void configure() { |
|---|
| 38 | | - // TODO Securis: Make the bind using reflection dynamically |
|---|
| 38 | + // TODO JRA-Securis: Make the bind using reflection dynamically |
|---|
| 39 | 39 | bind(BasicServices.class); |
|---|
| 40 | 40 | bind(UserResource.class); |
|---|
| 41 | 41 | bind(ApplicationResource.class); |
|---|