@Documented @Inherited @Retention(value=RUNTIME) @Target(value={FIELD,CONSTRUCTOR}) public @interface Inject
@Inject
is a marker annotation to specify the field that the
dependent components are resolved and injected by the Jaguar
.Copyright © 2011-2014 Eiichiro Uchiumi. All Rights Reserved.