Merge "Add Mycilla code to odlguice"
[odlguice.git] / inject / inject / src / main / java / org / opendaylight / infrautils / inject / package-info.java
1 /*
2  * Copyright (c) 2016 Red Hat, Inc. and others. All rights reserved.
3  *
4  * This program and the accompanying materials are made available under the
5  * terms of the Eclipse Public License v1.0 which accompanies this distribution,
6  * and is available at http://www.eclipse.org/legal/epl-v10.html
7  */
8
9 /**
10  * The interfaces and classes in this package are "for convenience". Technically
11  * you do NOT have to implement or extend any of these to work with Dependency
12  * Injection - and could instead just apply these annotations to a class
13  * yourself etc. But defining this once and encouraging projects to use this
14  * establishes uniformity, which also helps other reading your code to recognize
15  * a class as being of the respective kind.
16  */
17 package org.opendaylight.infrautils.inject;