public interface OptionWarnMissingDeps
Modifier and Type | Method and Description |
---|---|
void |
setWarnMissingDeps(boolean warnMissingDeps)
Sets whether or not to warn when modules are missing dependencies necessary to satisfy type
references in their provided source.
|
boolean |
warnMissingDeps()
Whether or not to warn on when modules are missing dependencies necessary to satisfy type
references in their provided source.
|
boolean warnMissingDeps()
void setWarnMissingDeps(boolean warnMissingDeps)
Copyright © 2018. All rights reserved.