Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • Prefer constructor injection to setter injection
  • Minimize coupling to DI framework
    • Use JSR-250 @PostConstruct/@PreDestroy lifecycle hooks when needed
    • Avoid use of framework-specific interfaces, classes, and annotations
  • Minimize changes to existing Fedora functionality

Implementation Plan

Overview + Discussion

Phase I - Prepare

...