read permission descriptor from classpath

This commit is contained in:
Sebastian Sdorra
2013-04-30 16:55:48 +02:00
parent 7b00a4e52d
commit 1d1a92708a
4 changed files with 233 additions and 5 deletions

View File

@@ -49,7 +49,7 @@ import javax.xml.bind.annotation.XmlRootElement;
* @author Sebastian Sdorra
* @since 1.31
*/
@XmlRootElement(name = "permissions")
@XmlRootElement(name = "permission")
@XmlAccessorType(XmlAccessType.FIELD)
public class PermissionDescriptor implements Serializable
{