This is a fork of the Dagger 2 library to provide tests and modifications to support iOS development with J2objc using the Doppl build framework.
dependencies {
compile 'com.google.dagger:dagger:2.5'
annotationProcessor 'com.google.dagger:dagger-compiler:2.5'
doppl 'co.doppl.com.google.dagger:dagger:2.5.4'
}See Party Clicker for an example of usage.
Stable. No known memory issues. Only the runtime is needed, so this project has a relatively light output and testing.
Copyright 2012 Square, Inc.
Copyright 2012 Google, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.