public class AnyTypePermission extends Object implements TypePermission
null.| Modifier and Type | Field and Description |
|---|---|
static TypePermission |
ANY |
| Constructor and Description |
|---|
AnyTypePermission() |
public static final TypePermission ANY
public AnyTypePermission()
public boolean allows(Class type)
TypePermissionallows in interface TypePermissiontype - the type to checktrue if provided type is allowed, false if permission does not handle the typeCopyright © 2005–2017. All rights reserved.