Uses of Class
org.kohsuke.accmod.AccessRestriction

Packages that use AccessRestriction
org.kohsuke.accmod   
org.kohsuke.accmod.restrictions   
 

Uses of AccessRestriction in org.kohsuke.accmod
 

Fields in org.kohsuke.accmod declared as AccessRestriction
static AccessRestriction AccessRestriction.NONE
          AccessRestriction that imposes no restriction.
 

Uses of AccessRestriction in org.kohsuke.accmod.restrictions
 

Subclasses of AccessRestriction in org.kohsuke.accmod.restrictions
 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 © 2010. All Rights Reserved.