| Package | Description |
|---|---|
| org.kohsuke.accmod | |
| org.kohsuke.accmod.restrictions |
| Modifier and Type | Field and Description |
|---|---|
static AccessRestriction |
AccessRestriction.NONE
AccessRestriction that imposes no restriction. |
| 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 © 2015. All Rights Reserved.