Class BanJNDI

java.lang.Object
com.google.errorprone.bugpatterns.BugChecker
com.google.errorprone.bugpatterns.BanJNDI
All Implemented Interfaces:
BugChecker.MethodInvocationTreeMatcher, Suppressible, Serializable

public final class BanJNDI extends BugChecker implements BugChecker.MethodInvocationTreeMatcher
A BugChecker that detects use of the unsafe JNDI API system.
See Also: