Hi to all. Is there a way to hide an object service programmatically (i.e., using a hide() method) ?
The only way I know is the @Hidden annotation. Same way, both them could be disabled (on Services it would mean all actions would be disabled). And also, for objects they could be programmatically validated. It could be also useful for per-instance security. Is it currently available? If not, could it be a good idea to create a facet for hide(), disable(), validate() methods ? Thanks, Oscar
