@Target(value=TYPE) @Retention(value=RUNTIME) @MirroredAnnotation public @interface XInject
InstanceDefault, InstanceOverride and Singleton counterparts.
This injection annotation is applied to any type in order to alert the InjectionService
that the type with this annotation is a candidate for injection for the given| Modifier and Type | Required Element and Description |
|---|---|
Class<?> |
value |
| Modifier and Type | Optional Element and Description |
|---|---|
int |
instancePriority |
Class<? extends MatchesValue<Enviro>> |
isInstance |
Class<? extends MatchesValue<Enviro>> |
isService |
int |
servicePriority |
public abstract Class<?> value
public abstract Class<? extends MatchesValue<Enviro>> isInstance
public abstract Class<? extends MatchesValue<Enviro>> isService
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.