public static class JavaFileParser.JavaFileFeatures extends Object
Modifier and Type | Field and Description |
---|---|
com.google.common.collect.ImmutableSortedSet<String> |
exportedSymbols
Exported symbols are those that need to be on the classpath when compiling against the
providedSymbols.
|
com.google.common.collect.ImmutableSortedSet<String> |
providedSymbols |
com.google.common.collect.ImmutableSortedSet<String> |
requiredSymbols |
public final com.google.common.collect.ImmutableSortedSet<String> providedSymbols
public final com.google.common.collect.ImmutableSortedSet<String> requiredSymbols
public final com.google.common.collect.ImmutableSortedSet<String> exportedSymbols