summaryrefslogtreecommitdiff
path: root/java/com/google/devtools/common/options/processor/OptionProcessor.java
AgeCommit message (Expand)Author
2018-05-04Clean up code that directly imports nested classes like Builder, Entry, etc.jcater
2018-05-04Remove use of bare Immutable{List,Map,Set} Builder classes.jcater
2018-05-04Support source versions newer than 8 in Bazel's annotation processorscushon
2018-05-04Remove wrapper options support.ccalvarin
2017-09-22Deprecate wrapperOptions.ccalvarin
2017-09-06Expansion flags need some restraints.ccalvarin
2017-09-06Update comments about the option processor.ccalvarin
2017-09-06Move final static option checks to compile time.ccalvarin
2017-09-06Move static converter legality checks to compile time.ccalvarin
2017-08-25Move option tag checks to compile time.ccalvarin
2017-08-25Move compile-time checks to own package.ccalvarin