Uses of Class
org.kohsuke.accmod.AccessRestriction

Packages that use AccessRestriction
org.kohsuke.accmod   
org.kohsuke.accmod.impl   
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.impl
 

Methods in org.kohsuke.accmod.impl that return AccessRestriction
 AccessRestriction AccessRestrictionFactory.get(org.objectweb.asm.Type type)
           
 

Constructor parameters in org.kohsuke.accmod.impl with type arguments of type AccessRestriction
Restrictions(RestrictedElement target, java.util.Collection<? extends AccessRestriction> c)
           
 

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 © 2011. All Rights Reserved.