Uses of Class
org.kohsuke.accmod.restrictions.DoNotUse
-
Packages that use DoNotUse Package Description org.kohsuke.accmod.restrictions -
-
Uses of DoNotUse in org.kohsuke.accmod.restrictions
Subclasses of DoNotUse in org.kohsuke.accmod.restrictions Modifier and Type Class Description classBetaReferences are only allowed within the same module, as inNoExternalUse, or when a special flag is set in the consuming module.classNoExternalUseReferences 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.)
-