> On Oct 13, 2016, at 9:32 AM, Shawn McKinney <[email protected]> wrote: > > > public interface Properator (just kidding on name:) > {
Correction, interface should be package private, and its methods should only be
callable by ‘P’ modules. The Mgr’s can then expose to client as needed. If we
expect a bunch of change, we might create a new manager just for properties, as
opposed to peppering the existing rbac managers with a bunch of utility methods.
interface Properator
{}
