org.glassfish.api.admin.config
Annotation Type ListenTo


@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...

Author:
Jerome Dochez

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

value

@InhabitantMetadata(value="target")
public abstract java.lang.Class<? extends org.jvnet.hk2.config.Configured> value
Returns the type of instances we are interested in receiving changes events.

Returns:
the configured subclass


Copyright © 2012 GlassFish Community. All Rights Reserved.