net.jangaroo.jooc.config
Interface JoocOptions
- All Known Implementing Classes:
- JoocConfiguration
public interface JoocOptions
getSemicolonInsertionMode
SemicolonInsertionMode getSemicolonInsertionMode()
getDebugMode
DebugMode getDebugMode()
isEnableAssertions
boolean isEnableAssertions()
isGenerateApi
boolean isGenerateApi()
getPublicApiViolationsMode
PublicApiViolationsMode getPublicApiViolationsMode()
isExcludeClassByDefault
boolean isExcludeClassByDefault()
- If true, the compiler will add an [ExcludeClass] annotation to any
API stub whose source class contains neither an [PublicApi] nor an [ExcludeClass]
annotation.
Copyright © 2002-2012 CoreMedia AG. All Rights Reserved.