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
.- Author:
- Kohsuke Kawaguchi
-
-
Element Detail
-
value
String value
Name of the habitat. This determines the xxx portion of /META-INF/inhabitants/xxx
-
-