org.opendaylight.infrautils.inject.package-info Maven / Gradle / Ivy
/*
* Copyright (c) 2016 Red Hat, Inc. and others. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/epl-v10.html
*/
/**
* The interfaces and classes in this package are "for convenience". Technically
* you do NOT have to implement or extend any of these to work with Dependency
* Injection - and could instead just apply these annotations to a class
* yourself etc. But defining this once and encouraging projects to use this
* establishes uniformity, which also helps other reading your code to recognize
* a class as being of the respective kind.
*/
package org.opendaylight.infrautils.inject;