org.jvnet.hk2.annotations
Annotation Type InhabitantAnnotation
@Retention(value=RUNTIME)
@Target(value=ANNOTATION_TYPE)
@Documented
public @interface InhabitantAnnotation
Meta-annotation indicating that the annotation designates
a resident service of a org.glassfish.hk2.Services
.
- Author:
- Kohsuke Kawaguchi
Required Element Summary |
String |
value
Name of the habitat. |
value
public abstract String value
- Name of the habitat.
This determines the xxx portion of /META-INF/inhabitants/xxx
Copyright © 2013 Oracle Corporation. All Rights Reserved.