-
I'd like to be able to define a method that will be called as the last step of object construction once all object constructors have been called. This method would support method overrides. The method could be defined explicitly or convention. Explicitly, the method could be identified by an attribute or Interface implementation. |
Beta Was this translation helpful? Give feedback.
Answered by
Joe4evr
Oct 12, 2020
Replies: 1 comment 2 replies
-
So basically you want the "validator", which the team is already considering to add (though it's probably gonna miss 9.0). |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
msauper
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
So basically you want the "validator", which the team is already considering to add (though it's probably gonna miss 9.0).