He-Pin commented on code in PR #2097: URL: https://github.com/apache/pekko/pull/2097#discussion_r2311994419
########## actor/src/main/scala/org/apache/pekko/actor/AbstractActor.scala: ########## @@ -363,6 +363,13 @@ abstract class UntypedAbstractActor extends AbstractActor { */ abstract class AbstractLoggingActor extends AbstractActor with ActorLogging +/** + * Java API: compatible with lambda expressions + * + * Actor base class that mixes in logging into the Actor. + */ Review Comment: Thanks, seems like we now need both new methods and classes annotated. -- 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