aboutsummaryrefslogtreecommitdiff
path: root/factory
AgeCommit message (Expand)Author
2017-03-22Add a test that will ensure that AutoFactory continues to generate Java7-comp...emcmanus
2017-02-16Fix test which asserted the existence of a diagnostic on an annotation value,...ronshapiro
2016-10-12Use google-java-format's FormattingFiler.ronshapiro
2016-08-29Update the integration test pom.xml files to use a version of maven-jar-plugi...cgruber
2016-08-29Allow varargs on @AutoFactory methodsronshapiro
2016-08-29Rename FactoryImplementingGenericInterfaceExtensionFactory file to match the ...ronshapiro
2016-08-29Fix Java source files under third_party/java_src/auto so that they follow the...emcmanus
2016-08-29Disambiguate provider field's names in generated factoriesronshapiro
2016-08-29Allow Provider<> parameters on a create() methodronshapiro
2016-08-29Fix name of a test data classronshapiro
2016-08-29Remove workarounds for bugs/missing features before JavaPoet 1.7ronshapiro
2016-08-29Support @Nullable parameters for @AutoFactoryronshapiro
2016-08-29Automated g4 rollback of changelist 125191485.jmittleman
2016-08-29Support @Nullable parameters for @AutoFactoryronshapiro
2016-08-29Use double-checked locking for @Memoize methods.dpb
2016-05-31Add a note that states that you have to use @Qualifier instead of @BindingAnn...zhuht
2016-05-17Update []'s maven to JavaPoet 1.7ronshapiro
2016-05-10Update Dagger info in pomsronshapiro
2016-05-10Update to Guava 19ronshapiro
2016-05-10Update Javapoet to 1.6.1ronshapiro
2016-03-21When checking FactoryMethodDescriptor's and ImplementationMethodDescriptor's ...alanrussian
2016-03-04When deduping methods that are inherited from an interface, only check the ty...alanrussian
2016-03-04Automated g4 rollback of changelist 115670868.ronshapiro
2016-03-04Support @Nullable parameters for @AutoFactoryronshapiro
2016-03-04Convert @AutoFactory to JavaPoetronshapiro
2016-03-04Automated g4 rollback of changelist 114460941.ronshapiro
2016-03-04Convert @AutoFactory to use JavaPoet.ronshapiro
2016-03-04Fix auto factory issue where multiple copies of the same method can be genera...oni
2016-01-10Migrate users from c.g.c.base.Objects to MoreObjects.kak
2016-01-10Bump poms to the latest main releases.cgruber
2015-09-11Close javadoc h2 tag in javadoc.erikbodzsar
2015-08-04Make service and factory use maven-jar-plugin 2.5 to speed up builds on ubunt...cgruber
2015-08-04Name factories for nested classes using the enclosing class names, not just t...dpb
2015-08-04Correctly generate code when a @Provided parameter has a primitive type.dpb
2015-08-04Fix scope for auto-service (fixes issue #249)lukes
2015-08-04If a @Provided parameter to an @AutoFactory constructor is a Provider<T>, the...dpb
2015-08-04When a @Provided key has more than one candidate name, correctly use the key'...dpb
2015-08-04This CL fixes @AutoFactory to support qualifiers with parameters.jart
2015-08-04Automated g4 rollback of changelist 94700822.cgruber
2015-08-04This CL fixes @AutoFactory to support qualifiers with parameters.jart
2015-05-06Fix a bug that causing invalid code generated when using multiple AutoFactori...Oleksandr Gumen
2015-04-24Restore development snapshot version.Christian Edward Gruber
2015-04-24Bump parent pom reference.Christian Edward Gruber
2015-04-24Prepare to release auto-factory 1.0-beta2Christian Edward Gruber
2015-04-20Remove dagger from the auto-factory processor, removing in the process a depe...cgruber
2015-04-20Fix to account for Dagger 2.x changing its prefix.gak
2015-02-03Update auto-factory poms to account for dagger 2 usage.Christian Edward Gruber
2015-02-02Move AutoFactory processor to dagger 2.erikbodzsar
2015-02-02Don't make autofactories final based on a new "allowSubclasses" parameter.sameb
2015-02-01Fix a typo on ImplemetationMethodDescriptor.jwilson