com.sun.hk2.jsr330.spi.internal
Class Jsr330InjectionManager
java.lang.Object
org.jvnet.hk2.component.InjectionManager
com.sun.hk2.jsr330.spi.internal.Jsr330InjectionManager
public class Jsr330InjectionManager
- extends InjectionManager
Custom InjectionManager for Jsr-330 special handling
- Since:
- 3.1
- Author:
- Jeff Trent
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Jsr330InjectionManager
public Jsr330InjectionManager()
allowInjection
protected boolean allowInjection(Method method,
Class<?>[] paramTypes)
- Description copied from class:
InjectionManager
- jsr-330 rules are very forgiving.
- Overrides:
allowInjection in class InjectionManager
error_InjectMethodIsNotVoid
protected void error_InjectMethodIsNotVoid(Method method)
- Overrides:
error_InjectMethodIsNotVoid in class InjectionManager
Copyright © 2012 Oracle Corporation. All Rights Reserved.