Classes in method params can be allowed by method attributes #316
spaze
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This is a continuation of the
allowInMethodsWithAttributes
feature added in 4.3.1.When you disallow the
Event
class (withdisallowedClasses
) and would like to allow it again in a method that has theAttr
attribute (see the example code below), theEvent
class should be allowed even in the method signature. Previously, it was flagged as a disallowed usage (#315)This discussion was created from the release Classes in method params can be allowed by method attributes.
Beta Was this translation helpful? Give feedback.
All reactions