Make IDGenerator generic

XMLWordPrintableJSON

    • Type: Improvement
    • Resolution: Won't Fix
    • Priority: Major - P3
    • 3.0.0
    • Affects Version/s: None
    • Component/s: None
    • None
    • None
    • None
    • None
    • None
    • None
    • None
    • None

      The IDGenerator currently returns an Object, when it would be better practice to make this generic:

      public interface IdGenerator<T> {
      T generate();
      }

      There are places where we need to resort to using Objects, but this is not one of them.

            Assignee:
            Unassigned
            Reporter:
            Trisha Gee (Inactive)
            None
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: