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 an inhabitant of a Habitat.

Author:
Kohsuke Kawaguchi

Required Element Summary
 java.lang.String value
          Name of the habitat.
 

Element Detail

value

public abstract java.lang.String value
Name of the habitat. This determines the xxx portion of /META-INF/inhabitants/xxx



Copyright © 2008 Sun Microsystems, Inc.. All Rights Reserved.