Returns whether generation of SMAP (Source Map for Debugging) information is suppressed. @return true to suppress generation of SMAP info for JSR45 debugging.
()
| 94 | * @return <code>true</code> to suppress generation of SMAP info for JSR45 debugging. |
| 95 | */ |
| 96 | boolean isSmapSuppressed(); |
| 97 | |
| 98 | /** |
| 99 | * This setting is ignored if suppressSmap() is <code>true</code>. |
no outgoing calls
no test coverage detected