org.nakedobjects.noa.exceptions.ImperativeAuthorization Maven / Gradle / Ivy
The newest version!
package org.nakedobjects.noa.exceptions;
/**
* Marker interface implemented by those exceptions that
* represent a breach of some authorization constraint.
*
*/
public interface ImperativeAuthorization extends Imperative {
}