Interface FrontendOptions
public interface FrontendOptions
Configuration for frontend.
-
Method Details
-
getSources
com.google.common.collect.ImmutableList<com.google.j2cl.common.SourceUtils.FileInfo> getSources() -
getTargetLabel
-
getClasspaths
com.google.common.collect.ImmutableList<String> getClasspaths() -
getGenerateKytheIndexingMetadata
boolean getGenerateKytheIndexingMetadata() -
isNullMarkedSupported
boolean isNullMarkedSupported() -
getKotlincOptions
com.google.common.collect.ImmutableList<String> getKotlincOptions() -
getForbiddenAnnotations
com.google.common.collect.ImmutableList<String> getForbiddenAnnotations()
-