He-Pin commented on code in PR #2200: URL: https://github.com/apache/pekko/pull/2200#discussion_r2346055619
########## actor/src/main/scala/org/apache/pekko/japi/function/Function.scala: ########## @@ -152,3 +152,10 @@ trait Creator[+T] extends Serializable { @throws(classOf[Exception]) def create(): T } + +@nowarn("msg=@SerialVersionUID has no effect") +@SerialVersionUID(1L) +@FunctionalInterface +trait IntFunction[T] extends Serializable { + def apply(value: Int): T Review Comment: ? what's the poin of this? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org