1. e3baf6b Make MethodSpec.overriding include parameter annotations. by Derek Perez · 8 years ago
  2. dc40fbe Merge pull request #517 from benjamin-bader/no-null-superinterfaces by Jesse Wilson · 8 years ago
  3. d2f829f Guard for null in TypeSpec.Builder#addSuperinterface(TypeName) by Ben Bader · 8 years ago
  4. d84dcff Merge pull request #515 from ronshapiro/codeblock_jd by Jesse Wilson · 8 years ago
  5. 84c0f15 Fix indentation directives in CodeBlock javadoc by Ron Shapiro · 8 years ago
  6. 1e70284 `addJavadoc(CodeBlock)` overloads for TypeSpec, MethodSpec, and FieldSpec by Ron Shapiro · 8 years ago
  7. 242beb3 Check kind state when adding super class. by Christian Stein · 8 years ago
  8. 40e4c3a Merge branch 'gk5885-method-spec-overriding' by jwilson · 8 years ago
  9. 9505ad0 Change MethodSpec.overriding to not copy annotations. by Gregory Kick · 8 years ago
  10. a6c9a7d Merge pull request #472 from buckbaskin/master by Jesse Wilson · 8 years ago
  11. 325ebb4 Merge pull request #486 from sormuras/master by Jesse Wilson · 8 years ago
  12. 73c6bd3 ClassName.getReflectionName() added. #485 by Christian Stein · 8 years ago
  13. 7bbcb1f Merge pull request #481 from sormuras/master by Jesse Wilson · 8 years ago
  14. fdaefdb Remove DEFAULT modifier from overridden method. #480 by Christian Stein · 8 years ago
  15. 932695e Merge pull request #471 from christianbreynolds/bugfix/nameClash by Jesse Wilson · 8 years ago
  16. 19e1b4e Add convenience method builder.addComment by Buck Baskin · 8 years ago
  17. 338abf7 Removed the unnecessary comments by Chris Reynolds · 8 years ago
  18. a136eaa Fixed the name clash when implementing/extending classes of the same name by Chris Reynolds · 8 years ago
  19. 3d54bd9 Merge pull request #469 from benjamin-bader/bb/fields-in-annotations by Jake Wharton · 8 years ago
  20. 1efac98 Allow fields in annotations by Ben Bader · 8 years ago
  21. d06b2fe Merge pull request #468 from sormuras/master by Jake Wharton · 8 years ago
  22. 05f74da Added missing variable in import static example. by Christian Stein · 8 years ago
  23. 93a496c Merge pull request #464 from caplan/master by Jesse Wilson · 9 years ago
  24. 8613629 allow TypeName subclasses in withBounds() input list by Roger Caplan · 9 years ago
  25. 0e00d87 [maven-release-plugin] prepare for next development iteration by jwilson · 9 years ago
  26. 79d83b2 [maven-release-plugin] prepare release javapoet-1.7.0 by jwilson · 9 years ago
  27. e2313a4 Changelog for JavaPoet 1.7.0. by jwilson · 9 years ago
  28. a4bb248 Merge branch 'marcosb-master' by jwilson · 9 years ago
  29. 186ccd8 Avoid using raw types for SomeGeneric<T>.Inner by marcosb · 9 years ago
  30. b8d1957 Merge branch 'gfx-optimize' by jwilson · 9 years ago
  31. 2e61386 optimize TypeName#toString() with cache by FUJI Goro (gfx) · 9 years ago
  32. cdc51fd specialize CodeWriter#emit(String) for optimization by FUJI Goro (gfx) · 9 years ago
  33. 373ac2d Merge pull request #450 from gfx/fix_dependency_versions by Jake Wharton · 9 years ago
  34. 3604f52 fix dependency versions to test by FUJI Goro (gfx) · 9 years ago
  35. 495d958 Merge pull request #449 from square/jwilson_0322_box by Jesse Wilson · 9 years ago
  36. 747b88b TypeName.isBoxedPrimitive(). by jwilson · 9 years ago
  37. 9718d39 Update changelog for 1.6.1. by jwilson · 9 years ago
  38. dfcf55e [maven-release-plugin] prepare for next development iteration by jwilson · 9 years ago
  39. 30455b1 [maven-release-plugin] prepare release javapoet-1.6.1 by jwilson · 9 years ago
  40. 4de4f0e Merge branch 'Wyverald-string-literal' by jwilson · 9 years ago
  41. a8b274e Fix string literal and backslashes. by Xudong Yang · 9 years ago
  42. 4fd7569 [maven-release-plugin] prepare for next development iteration by jwilson · 9 years ago
  43. 3b92413 [maven-release-plugin] prepare release javapoet-1.6.0 by jwilson · 9 years ago
  44. 9dee15b Update README for JavaPoet 1.6.0. by jwilson · 9 years ago
  45. b99e692 Merge pull request #441 from sormuras/typevar_withbounds by Jesse Wilson · 9 years ago
  46. 8e8b6ee Merge pull request #442 from Skelehog/master by Jesse Wilson · 9 years ago
  47. 859e789 Annotation methods to be public, abstract and nothing else by Skelehog · 9 years ago
  48. 4ec5922 TypeVariableName.withBounds added. by Christian Stein · 9 years ago
  49. 9006408 Merge pull request #439 from ronshapiro/duplicate_exceptions by Jesse Wilson · 9 years ago
  50. 3e10db6 Ignore duplicate exceptions in MethodSpec.Builder by Ron Shapiro · 9 years ago
  51. 4b0bd36 Merge pull request #430 from ronshapiro/typename_get_errortype by Jesse Wilson · 9 years ago
  52. 1d763c4 Merge pull request #433 from sormuras/annotations_on_qualified_names_tests by Jesse Wilson · 9 years ago
  53. f80f107 Added tests for https://github.com/square/javapoet/issues/431 by Christian Stein · 9 years ago
  54. 34cfcdf Treat ErrorType like a regular DeclaredType in TypeName.get() by Ron Shapiro · 9 years ago
  55. 1a16944 Merge pull request #429 from sormuras/better_import by Jesse Wilson · 9 years ago
  56. 98c8b72 Use util.UUID instead of rmi.UID. by Christian Stein · 9 years ago
  57. 97c7581 Merge pull request #427 from ronshapiro/codeblock_of by Jesse Wilson · 9 years ago
  58. b42c938 Revive CodeBlock.of() by Ron Shapiro · 9 years ago
  59. f1bf546 Merge pull request #426 from square/jw/class-name-factories by Jesse Wilson · 9 years ago
  60. 944a070 Add TypeSpec factories for when a ClassName already exists. by Jake Wharton · 9 years ago
  61. 19fe0a4 Merge pull request #423 from square/jwilson_0209_imports_annotations by Jake Wharton · 9 years ago
  62. c759d9a Fix a bug where annotations broke import resolution. by jwilson · 9 years ago
  63. 0ee1480 Merge pull request #418 from ronshapiro/annotated_twice by Jake Wharton · 9 years ago
  64. 023d256 Append annotations from multiple calls to TypeName#annotated by Ron Shapiro · 9 years ago
  65. ae48652 Merge pull request #417 from ronshapiro/annotated_twice by Jesse Wilson · 9 years ago
  66. 2d21ad7 Allow TypeNames to be annotated twice by Ron Shapiro · 9 years ago
  67. e66ed45 Merge pull request #414 from caplan/master by Jesse Wilson · 9 years ago
  68. d19fee4 make TypeSpec.Kind enum public by Roger Caplan · 9 years ago
  69. bbdaa34 Merge branch 'sockeqwe-master' by jwilson · 9 years ago
  70. 191787d Added support for initializer blocks; Bugfix in TypeSpec.toBuilder() for static initializer block by Hannes Dorfmann · 9 years ago
  71. e3e7652 Merge pull request #405 from square/jwilson_0117_statics_fail by Jake Wharton · 9 years ago
  72. 4dd5349 Add a test to show a limitation of static imports. by jwilson · 9 years ago
  73. fc9d2ec Merge pull request #403 from sormuras/escape_character by Jesse Wilson · 9 years ago
  74. c810627 Literal conversion clean up. by Christian Stein · 9 years ago
  75. 830751c 1.5.1 is the latest release. by jwilson · 9 years ago
  76. 62764fa Update changelog for 1.5.1. by jwilson · 9 years ago
  77. 1488b84 Merge pull request #401 from sormuras/typename_equality by Jesse Wilson · 9 years ago
  78. 9ffa01c TypeName.equals() and .hashCode() now respect attached annotations. by Christian Stein · 9 years ago
  79. fcdb088 JavaPoet 1.5.0 is out. by jwilson · 9 years ago
  80. 7035337 [maven-release-plugin] prepare for next development iteration by jwilson · 9 years ago
  81. d04195e [maven-release-plugin] prepare release javapoet-1.5.0 by jwilson · 9 years ago
  82. 5f68b2c Prepare for 1.5.0 release. by jwilson · 9 years ago
  83. 7d22a5c Merge pull request #399 from sormuras/static_polish by Jesse Wilson · 9 years ago
  84. e28883e Static import corner case tests and README/CHANGELOG updates. by Christian Stein · 9 years ago
  85. b07f520 Merge pull request #398 from sormuras/static_import by Jesse Wilson · 9 years ago
  86. caabf2c Static import support added. by Christian Stein · 9 years ago
  87. 512e216 Merge pull request #397 from sormuras/annotation_character_fix by Jesse Wilson · 9 years ago
  88. 757e123 Escape special char values. by Christian Stein · 9 years ago
  89. 8a7842b Merge pull request #395 from sormuras/annotation_character_fix by Jake Wharton · 9 years ago
  90. 9eec3e9 Added char/Character to AnnotationSpec.Builder.addValue logic by Christian Stein · 9 years ago
  91. 6e8b62a Merge pull request #393 from sormuras/sor_using_public_api by Jesse Wilson · 9 years ago
  92. b162ce2 Private source file object used, instead of com.sun.tools.javac types by Christian Stein · 9 years ago
  93. 19b8ecd Merge pull request #392 from sormuras/sor_checkstyle_upgrade by Jesse Wilson · 9 years ago
  94. 97f4044 Upgrade Maven Checkstyle Plugin to 2.17 using Checkstyle 6.11.2 by Christian Stein · 9 years ago
  95. 0a08c07 Merge pull request #385 from sormuras/master by Jesse Wilson · 9 years ago
  96. 5141a94 Internal AnnotationSpec clean up. by Christian Stein · 9 years ago
  97. 3471d03 Merge pull request #383 from sormuras/master by Jake Wharton · 9 years ago
  98. 408388c TypeName#annotated clean up. by Christian Stein · 9 years ago
  99. c635835 Merge pull request #379 from square/jw/new-name-no-tag by Jesse Wilson · 9 years ago
  100. 633e4ac Overload for creating a one-off name without a tag. by Jake Wharton · 9 years ago