Package org.glassfish.hk2.configuration.api
-
Interface Summary Interface Description ChildIterable<T> This interface can be used in conjunction with theChildInject
annotation to get the current list of children for this injection point -
Class Summary Class Description ConfigurationUtilities Useful utilities for using the hk2 configuration system -
Enum Summary Enum Description ConfiguredBy.CreationPolicy Dynamicity Describes how dynamic a configured field or parameter should be -
Annotation Types Summary Annotation Type Description ChildInject This Injection point indicator can be used for services that have a hierarchical names.Configured This 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.ConfiguredBy 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
PostDynamicChange A method marked with this annotation will be invoked after to dynamic change have been applied to a service.PreDynamicChange A method marked with this annotation will be invoked prior to dynamic changes being applied to a service.