You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which should be used when you have a base class (abstract or not) for which you want all children to be extensions regardless of whether they have explicitly been marked as @Extension. @BaseExtension would NOT instantiate that class, only children.
Which should be used when you have a base class (
abstract
or not) for which you want all children to be extensions regardless of whether they have explicitly been marked as@Extension
.@BaseExtension
would NOT instantiate that class, only children.See a discussion on why it would be useful.
The text was updated successfully, but these errors were encountered: