Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Netflix/governator
Governator is a library of extensions and utilities that enhance Google Guice to provide: classpath scanning and automatic binding, lifecycle management, configuration to field mapping, field validation and parallelized object warmup.
https://github.com/Netflix/governator
Last synced: about 1 month ago
JSON representation
Governator is a library of extensions and utilities that enhance Google Guice to provide: classpath scanning and automatic binding, lifecycle management, configuration to field mapping, field validation and parallelized object warmup.
- Host: GitHub
- URL: https://github.com/Netflix/governator
- Owner: Netflix
- License: apache-2.0
- Created: 2012-07-07T22:28:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2023-06-26T19:48:27.000Z (over 1 year ago)
- Last Synced: 2024-08-01T18:24:48.663Z (4 months ago)
- Language: Java
- Homepage:
- Size: 4.36 MB
- Stars: 822
- Watchers: 488
- Forks: 179
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-java - Governator - Extensions and utilities that enhance Google Guice. (Projects / Dependency Injection)
- awesome-java-zh - Governator - 增强Google Guice的扩展和实用程序。 (项目 / 依赖注入)
- awesome-java - Governator - Extensions and utilities that enhance Google Guice. (Projects / Dependency Injection)
README
Governator
=====[![NetflixOSS Lifecycle](https://img.shields.io/osslifecycle/Netflix/governator.svg)]()
DESCRIPTION
-----------Governator is a library of extensions and utilities that enhance Google Guice to
provide injector lifecycle and well as support for object lifecycle via
@PostConstruct and @PreDestroy.DETAILS
-----------Please see the doc at https://github.com/Netflix/governator/wiki
BUILDING
-----------Governator is built via Gradle (http://www.gradle.org). To build from the command line:
./gradlew buildARTIFACTS
-----------Governator binaries are published to Maven Central. Please see the docs for details.
AUTHOR
-----------Jordan Zimmerman (mailto:[email protected])
LICENSE
-----------Copyright 2012 Netflix, 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 athttp://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.