org.jvnet.hk2.annotations
Annotation Type InhabitantMetadata


@Contract
@Documented
@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface InhabitantMetadata

Meta-annotation to make annotation values readable as org.glassfish.hk2.Descriptor#metadata(). This annotation is to be placed on properties of annotations. TODO: more documents!

Author:
Kohsuke Kawaguchi

Optional Element Summary
 java.lang.String value
          Name of the metadata key.
 

value

public abstract java.lang.String value
Name of the metadata key. Defaults to the fully qualified class name of the annotation + '.' + property name.

Default:
""


Copyright © 2011 Oracle Corporation. All Rights Reserved.