public interface OptionStrictResources
Modifier and Type | Method and Description |
---|---|
boolean |
enforceStrictResources()
Returns true if the compiler should not implicitly add "client" and "public" resource
dependencies when none are mentioned.
|
void |
setEnforceStrictResources(boolean strictResources)
Sets whether the compiler should not implicitly add "client" and "public" resource dependencies
when none are mentioned.
|
boolean enforceStrictResources()
void setEnforceStrictResources(boolean strictResources)
Copyright © 2018. All rights reserved.