|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Documented @Target(value=TYPE) @Retention(value=RUNTIME) @InhabitantAnnotation(value="default") public @interface ListenTo
Listens to any change happening in the configuration that involves any instances of a particular type. Not implemented yet...
| Required Element Summary | |
|---|---|
java.lang.Class<? extends org.jvnet.hk2.config.Configured> |
value
Returns the type of instances we are interested in receiving changes events. |
| Element Detail |
|---|
@InhabitantMetadata(value="target") public abstract java.lang.Class<? extends org.jvnet.hk2.config.Configured> value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||