Package | Description |
---|---|
org.kohsuke.accmod | |
org.kohsuke.accmod.impl | |
org.kohsuke.accmod.restrictions |
Modifier and Type | Field and Description |
---|---|
static AccessRestriction |
AccessRestriction.NONE
AccessRestriction that imposes no restriction. |
Modifier and Type | Method and Description |
---|---|
AccessRestriction |
AccessRestrictionFactory.get(org.objectweb.asm.Type type) |
Constructor and Description |
---|
Restrictions(RestrictedElement target,
Collection<? extends AccessRestriction> c) |
Modifier and Type | Class and Description |
---|---|
class |
DoNotUse
This type, field, or method shall never be referenced from anywhere at all.
|
class |
NoExternalUse
References are allowed only when they are within the same module
(that is, if the reference is compiled at the same time as the restricted element.)
|
class |
None
No access restriction whatsoever.
|
Copyright © 2013. All Rights Reserved.