aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/squareup/javapoet/JavaFile.java
AgeCommit message (Expand)Author
2020-01-06Test for JavaFile.writeToPathEgor Andreevici
2020-01-06Add writeTo methods returning Path/File written to #691Galder ZamarrenĖƒo
2020-01-06Add alwaysQualify() API to avoid collisions with known colliding types (#734)Zac Sweers
2020-01-01Mutable builder list fields (#650)Zac Sweers
2019-06-04easier_way_provide_encoding (#712)Rene Fischer
2018-03-10Add tests for Java 8 TYPE_USE annotations on arrays (#614). (#618)Roberto Lublinerman
2018-03-03Update the codebase now that we require Java 8 (#617)Thomas Broyer
2016-11-08Always write UTF-8.jwilson
2016-01-09Static import support added.Christian Stein
2015-10-16equals() and hashCode() implemented.Christian Stein
2015-09-29Resolve-based import resolution.jwilson
2015-05-12Add JavaFile.toJavaFileObjectJeremy Gustie
2015-03-05Add toBuilder() methodsKenzie Togami
2015-03-05Add missing Override annotationKenzie Togami
2015-01-28Move file writing methods to JavaFile.jwilson
2015-01-28Don't use java.lang.reflect.Type internally.Jesse Wilson
2015-01-27Merge pull request #205 from square/jwilson_0126_no_depsJake Wharton
2015-01-26Option to skip java.lang imports.Jesse Wilson
2015-01-26Don't require any dependencies in JavaPoet.Jesse Wilson
2015-01-25adding configurable indentPiotr Wittchen
2015-01-18Default modifiers.Jesse Wilson
2015-01-17API ergonomics redux.Jesse Wilson
2015-01-14Code blocks.Jesse Wilson
2015-01-14Rename package to 'javapoet'.Jake Wharton