Package org.kohsuke.accmod.restrictions


package org.kohsuke.accmod.restrictions
  • Classes
    Class
    Description
    References are only allowed within the same module, as in NoExternalUse, or when a special flag is set in the consuming module.
    This type, field, or method shall never be referenced from anywhere at all.
    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.)
    No access restriction whatsoever.
    A method which may be implemented/overridden from anywhere, including super calls, but may not be otherwise called outside the source module.