Package org.glassfish.hk2.configuration.api
package org.glassfish.hk2.configuration.api
-
ClassDescriptionThis Injection point indicator can be used for services that have a hierarchical names.This interface can be used in conjunction with the
ChildInject
annotation to get the current list of children for this injection pointUseful utilities for using the hk2 configuration systemThis annotation is placed on fields or on parameters of methods or constructors to indicate that these fields or parameters should come from the configuration instance of the type defined by theConfiguredBy
annotation on the class.This annotation is put onto classes to indicate that they should be created based on the availability of instances of a specify type of configuration in theHub
Describes how dynamic a configured field or parameter should beA method marked with this annotation will be invoked after to dynamic change have been applied to a service.A method marked with this annotation will be invoked prior to dynamic changes being applied to a service.