The ReflectionPermission Class contains the following fields.
ALL | A loader type that indicates all classes. |
DIFFERENTLOADER | A loader type that refers to any loaders other than the one associated with this permission instance. If no loader has been associated with this permission, this loader type refers to all non-system classes. |
NONE | A loader type that indicates no classes. |
SAMELOADER | A loader type that refers to the loader that has been associated with this permission object with the setAssociatedLoader method. If no loader has been associated with this permission instance, this loader type has no meaning. |
SYSTEMLOADER | A loader type that indicates system classes. |