Quote:
Originally Posted by AutoBotAM
If there is not, I'll explain my design further. In this case command A would only read information from subsystem C. It would only use accessor methods and no mutator methods. So would it be safe to just omit the "requires" call?
|
Command A does not require exclusive access to Subsystem, so you should not use the requires call.