No description
Find a file
2016-05-09 09:22:43 +02:00
src added assistedinject and multibindings extension 2016-01-07 23:04:58 +01:00
.gitignore initial commit 2016-01-07 19:22:16 +01:00
.travis.yml initial commit 2016-01-07 19:22:16 +01:00
build.gradle cleanup 2016-05-09 09:22:43 +02:00
LICENSE.txt initial commit 2016-01-07 19:22:16 +01:00
README.md README 2016-01-07 23:06:03 +01:00
settings.gradle initial commit 2016-01-07 19:22:16 +01:00

Guice

This is a xbib Guice, a build of Guice with the following differences to the original Google Guice Core Library:

  • only external dependencies are
  • javax.inject:javax.inject:1
  • javax.annotation:javax.annotation-api:1.2
  • com.google.guava:guava:19.0
  • the extra AOP stuff was removed (aopalliance/cglib), no intercepting any more
  • removed all logging, uses of java.util.logger.* stuff and logger default binding
  • removed all java.io.Serializable dependent stuff
  • reformatted source by IntelliJ and cleaned up source of @author and @since tags
  • target of compilation is Java 8, no support for Java 6/7
  • introduced Gradle as build system
  • junit tests made compatible to junit 4.12
  • assistedinject and multibindings extension included

All credits belong to the original authors, especially Bob Lee http://blog.crazybob.org/

License

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.