847850277 commented on PR #4348:
URL: https://github.com/apache/eventmesh/pull/4348#issuecomment-1674235544

   > > @pandaapo My question is whether to obtain private attributes?
   > > ```java
   > > if (!Modifier.isPrivate(superField.getModifiers()) && 
superField.getName().equals(fieldName)) {
   > >                    return superField;
   > > }
   > > ```
   > 
   > The purpose of this code is to not access private attributes in all parent 
classes. And I believe you understand as well. So I'm not sure what you have 
doubts about.
   
   
   Get it. 😄
   
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to