1. f985e9b Add @since 2.22 to @Component.Factory and friends. by cgdecker · 6 years ago
  2. 31a5e36 Retain Builder and Factory annotations for reflective access by jakew · 6 years ago
  3. d340886 Add the ability to create factory types for components instead of builders. by cgdecker · 6 years ago
  4. 817c930 Remove @author tags and fix some @since tags by ronshapiro · 7 years ago
  5. 0f4a729 Move core Dagger APIs and runtime from its previous maven structure (src/{main,test}/) to the {java,javatest}/ model typical to bazel by ronshapiro · 7 years ago[Renamed from core/src/main/java/dagger/Subcomponent.java]
  6. e55f074 Update Dagger to use Google's new standard import order: by gak · 8 years ago
  7. 1b65b6a Add blank line above package declaration by dpb · 8 years ago
  8. 5dde42d Clean up opensource repo; remove Dagger 1 references by ronshapiro · 8 years ago
  9. e810673 Make @Subcomponent have runtime retention, just like @Component. by dpb · 9 years ago
  10. ee11cd6 Add @Subcomponent.Builder (and validation). This is basically the same as @Component.Builder, except specifically for subcomponents. In addition, this adds a lot of validation that was missing: by sameb · 9 years ago
  11. 92b86bf Add a substantial amount of content to the @Component javadoc. by gak · 9 years ago
  12. cd57feb Enable subcomponents of subcomponents (in addition to components). by gak · 10 years ago
  13. 959f5cd An initial implementation of @Subcomponent. It elides validation, so it's a "use at your own risk" feature, but that is forthcoming. by gak · 10 years ago