Axel-pierre Bois
2025-11-02 bb551d69aae404143ba01d9457115058fdcc2e73
securis/src/main/java/net/curisit/securis/ioc/RequestsModule.java
....@@ -21,7 +21,7 @@
2121 * injected and discovered by the DI container.
2222 * <p>
2323 * Notes:
24
-* - Currently binds resources explicitly. TODO indicates a future
24
+* - Currently binds resources explicitly. TODO JRA-Urgent: indicates a future
2525 * improvement to bind dynamically via reflection / classpath scanning.
2626 *
2727 * @author JRA
....@@ -35,7 +35,7 @@
3535 */
3636 @Override
3737 protected void configure() {
38
- // TODO Securis: Make the bind using reflection dynamically
38
+ // TODO JRA-Securis: Make the bind using reflection dynamically
3939 bind(BasicServices.class);
4040 bind(UserResource.class);
4141 bind(ApplicationResource.class);