Package | Description |
---|---|
org.kohsuke.accmod.restrictions |
Modifier and Type | Class | Description |
---|---|---|
class |
Beta |
References are only allowed within the same module, as in
NoExternalUse ,
or when a special flag is set in the consuming module. |
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.)
|
Copyright © 2018. All rights reserved.