@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface RoleWrite
Method annotation which represents a write operation
The nature of a write operation definition depends on the component.
For example, in resource manager, a write operation represents the ability to use nodes (reserve, release).
In the scheduler, a write operation represents the ability to submit and handle jobs.