aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/com/squareup/javapoet/ClassName.java
AgeCommit message (Expand)Author
2019-05-01Fix an issue where ClassName could not handle classes in the default (empty) ...Almog Gavra
2019-04-16Memoize ClassName.simpleNames()Ron Shapiro
2018-11-11Public getter for canonical name of ClassName (#687)Daniil Popov
2018-05-16Fix TypeName.get() on top-level error types (#646)Ron Shapiro
2018-04-28Avoid TypeElement.getKind() in ClassName.get().Jesse Wilson
2018-04-28Tighten up the code that handles emitting type annotations.Jesse Wilson
2018-04-23Remove unused listJake Wharton
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
2018-01-26Fix search of annotated type parameters in importszhurs
2017-05-23Fix ClassName regression for class names starting with a $ (#562)Phil Glass
2017-05-13Support anonymous inner classes in ClassName#get (#526)Kay Roepke
2016-08-04ClassName.getReflectionName() added. #485Christian Stein
2016-02-09Fix a bug where annotations broke import resolution.jwilson
2016-02-07Append annotations from multiple calls to TypeName#annotatedRon Shapiro
2016-02-06Allow TypeNames to be annotated twiceRon Shapiro
2016-01-11TypeName.equals() and .hashCode() now respect attached annotations.Christian Stein
2015-12-17TypeName#annotated clean up.Christian Stein
2015-10-24Enhanced TypeName(s) with List<AnnotationSpec> #136Christian Stein
2015-09-29Resolve-based import resolution.jwilson
2015-09-20Avoid Class.getPackage().jwilson
2015-09-20Revert "Avoid Class.getPackage()."jwilson
2015-09-20Avoid Class.getPackage().jwilson
2015-04-29Add missing braces.jwilson
2015-04-29Prevent potential NPE when getting package reference.sormuras
2015-01-28Merge pull request #208 from square/jwilson_0127_followupJake Wharton
2015-01-28Don't use java.lang.reflect.Type internally.Jesse Wilson
2015-01-27Character.isUpperCase follow up.Jesse Wilson
2015-01-26Don't require any dependencies in JavaPoet.Jesse Wilson
2015-01-17API ergonomics redux.Jesse Wilson
2015-01-15Restore simple nested class creation method.Jake Wharton
2015-01-15Make ClassName#simpleNames public.Thomas Broyer
2015-01-14Rename package to 'javapoet'.Jake Wharton