|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kohsuke.accmod.AccessRestriction
org.kohsuke.accmod.restrictions.DoNotUse
org.kohsuke.accmod.restrictions.NoExternalUse
public 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.)
Otherwise the access is rejected.
Field Summary |
---|
Fields inherited from class org.kohsuke.accmod.AccessRestriction |
---|
NONE |
Constructor Summary | |
---|---|
NoExternalUse()
|
Method Summary | |
---|---|
void |
error(Location loc,
RestrictedElement target,
ErrorListener errorListener)
|
Methods inherited from class org.kohsuke.accmod.restrictions.DoNotUse |
---|
instantiated, invoked, read, usedAsInterface, usedAsSuperType, written |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NoExternalUse()
Method Detail |
---|
public void error(Location loc, RestrictedElement target, ErrorListener errorListener)
error
in class DoNotUse
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |