Package org.jvnet.hk2.annotations
Annotation Type InhabitantAnnotation
-
@Retention(RUNTIME) @Target(ANNOTATION_TYPE) @Documented public @interface InhabitantAnnotation
Meta-annotation indicating that the annotation designates a resident service of aServiceLocator
.
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description java.lang.String
value
Name of the habitat.
-