package org.jblooming.security;
/**
* <pre>
* Marker interface to allow PermissionHome<br>
* to search defined permissions into the classpath <br>
* Marked classes must provide an inner interface PERMISSIONS
* whose members are the supported permissions or a static method
* Permission [] getSupportedPermissionContracts();
* Created by IntelliJ IDEA.
* User: nponzeveroni
* Date: 11-feb-2004
* Time: 18.58.00
* To change this template use Options | File Templates.
* </pre>
*/
public interface PermissionProvider {
}