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
white list mode
All methods and fields and constructors of a class marked with the RhinoRestricted annotation cannot be accessed within Rhino unless marked RhinoPublic.
Add three new annotations (tentative names):
@RhinoRestricted
@RhinoPublic
@RhinoPrivate
Usage:
Methods and fields and constructors marked with the RhinoPrivate annotation are not accessible in Rhino.
All methods and fields and constructors of a class marked with the RhinoRestricted annotation cannot be accessed within Rhino unless marked RhinoPublic.
The text was updated successfully, but these errors were encountered: