Package org.kohsuke.accmod.impl
Interface RestrictedElement
-
public interface RestrictedElementRepresents the element annotated byRestricted- Author:
- Kohsuke Kawaguchi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisInTheInspectedModule()True if the restricted element is a part of the code that's being inspected.StringtoString()
-