A D N O P V 
All Classes All Packages

A

Any - Annotation Type in org.int4.dirk.annotations
The any qualifier type.
Argument - Annotation Type in org.int4.dirk.annotations
Indicates a field or method argument is a required argument to be provided at runtime via a factory used for assisted injection.
Assisted - Annotation Type in org.int4.dirk.annotations
Marks a type with a single abstract method to be automatically created by the assisted type registration extension.

D

Default - Annotation Type in org.int4.dirk.annotations
The default qualifier type.
Dependent - Annotation Type in org.int4.dirk.annotations
Default scope for unscoped objects.

N

NormalScope - Annotation Type in org.int4.dirk.annotations
Specifies that an annotation is a normal scope.

O

Opt - Annotation Type in org.int4.dirk.annotations
When used in combination with the Inject annotation indicates that the field or method is optional and can be left null if no injection candidate is available.
org.int4.dirk.annotations - package org.int4.dirk.annotations
Provides annotations for use with Dirk DI.

P

Produces - Annotation Type in org.int4.dirk.annotations
Indicates a producer method or field.

V

value() - Method in annotation type org.int4.dirk.annotations.Argument
Name for factory arguments, which must match the name at the injection site.
A D N O P V 
All Classes All Packages