Class NoExternalUse


public class NoExternalUse extends DoNotUse
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.

Author:
Kohsuke Kawaguchi