declare namespace javax { namespace servlet { namespace annotation { class ServletSecurity$EmptyRoleSemantic extends java.lang.Enum { public static readonly PERMIT: javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic public static readonly DENY: javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic public static values(): javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic[] public static valueOf(arg0: java.lang.String | string): javax.servlet.annotation.ServletSecurity$EmptyRoleSemantic public static class: java.lang.Class } } } }