<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    On 09/26/2016 11:07 AM, Max Rydahl Andersen wrote:<br>
    <blockquote
      cite="mid:E21DB471-6108-4C27-8823-7E1AC4EFB248@redhat.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
      <div style="font-family:sans-serif">
        <div style="white-space:normal">Yes, they could eventually grow
          into be generically defined but I think to start with we could
          start very basic - I for one do not think they should be
          munged into being work item/work item types at our API level.
          Not everything is a java.lang.Object either ;)</div>
      </div>
    </blockquote>
    Actually, you're making my point: everything IS an instance of
    java.lang.Object. so you can write<br>
    <br>
    Object foo= new Iteration();<br>
    foo.hashCode();<br>
  </body>
</html>